mercurial/subrepo.py
branchstable
changeset 17035 ba0286e149aa
parent 17025 8ad08dcab7d9
child 17036 ab4644c3064f
child 17140 54714fc4ae33
--- a/mercurial/subrepo.py	Tue Jun 26 12:17:40 2012 +0200
+++ b/mercurial/subrepo.py	Tue Jun 26 14:27:33 2012 +0200
@@ -730,7 +730,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