gitrepo: drop support for Mercurial < 1.7

This commit is contained in:
Siddharth Agarwal 2014-02-19 15:54:37 -08:00
parent 7e329463b5
commit 732da34592

View File

@ -63,10 +63,6 @@ class gitrepo(peerrepository):
def pushkey(self, namespace, key, old, new):
return False
# used by incoming in hg <= 1.6
def branches(self, nodes):
return []
instance = gitrepo
def islocal(path):