fixup! remote-hg: do not interfer with hg's revs() method

This commit is contained in:
Johannes Schindelin
2012-04-09 14:47:14 -05:00
parent 507bb6d601
commit f51b0fbc81

View File

@@ -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