Skip to content
Snippets Groups Projects
Commit 41bfd48e authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

overlay: drop support for Mercurial < 1.9

parent 13d64d9d
No related branches found
No related tags found
No related merge requests found
......@@ -232,11 +232,6 @@
return self.base.rev(n)
return gitrev
def nodesbetween(self, nodelist, revs):
# this is called by pre-1.9 incoming with the nodelist we returned from
# getremotechanges. Just return it back.
return [nodelist]
def __len__(self):
return len(self.repo.handler.repo) + len(self.repo.revmap)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment