Skip to content

Commit de09888

Browse files
committed
fixup! remote-hg: do not interfer with hg's revs() method
1 parent 6a78c1c commit de09888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-remote-testgit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def do_list(self, repo, args):
5656
head is at clone time.
5757
"""
5858

59-
for ref in repo.revs:
59+
for ref in repo.revs2:
6060
debug("? refs/heads/%s", ref)
6161
print "? refs/heads/%s" % ref
6262

0 commit comments

Comments
 (0)