diff -r 0413f68da85c -r ab4644c3064f mercurial/subrepo.py --- a/mercurial/subrepo.py Tue Jun 26 03:35:22 2012 +0200 +++ b/mercurial/subrepo.py Tue Jun 26 14:32:20 2012 +0200 @@ -732,7 +732,7 @@ # URL exists at lastrev. Test it and fallback to rev it # is not there. try: - self._svncommand(['info', '%s@%s' % (self._state[0], lastrev)]) + self._svncommand(['list', '%s@%s' % (self._state[0], lastrev)]) return lastrev except error.Abort: pass