18 Apr
2010
18 Apr
'10
10:48 a.m.
On 18/04/10 20:43, Yannick LM wrote:
The second biggest difference between cvs/svn and the rest, that accounts for a lot of suckage with the other VCS, is the inability to query remotely the latest revision/version. We need to download/pull the code first.
This is not true for git.
$ git ls-remote git://projects.archlinux.org/pacman.git | grep HEAD
It is an issue with mercurial. Allan