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

nodetags: drop support for Mercurial < 1.6

parent 4cb3515c
No related branches found
No related tags found
No related merge requests found
......@@ -143,13 +143,6 @@
map(f.write, new_map)
ui.status(_('git commit map cleaned\n'))
# drop this when we're 1.6-only, this just backports new behavior
def sortednodetags(orig, *args, **kwargs):
ret = orig(*args, **kwargs)
ret.sort()
return ret
extensions.wrapfunction(localrepo.localrepository, 'nodetags', sortednodetags)
def findcommonoutgoing(orig, repo, other, *args, **kwargs):
if isinstance(other, gitrepo.gitrepo):
heads = repo.githandler.get_refs(other.path)[0]
......
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