mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-03 22:01:18 -05:00
fixup! remote-hg: do not interfer with hg's revs() method
This commit is contained in:
@@ -56,7 +56,7 @@ class TestgitRemoteHelper(RemoteHelper):
|
||||
head is at clone time.
|
||||
"""
|
||||
|
||||
for ref in repo.revs:
|
||||
for ref in repo.revs2:
|
||||
debug("? refs/heads/%s", ref)
|
||||
print "? refs/heads/%s" % ref
|
||||
|
||||
|
||||
Reference in New Issue
Block a user