diff -r 0ae44984b8d9 -r 23b24d6a70c8 hgext/convert/hg.py --- a/hgext/convert/hg.py Mon May 19 22:10:50 2014 +0200 +++ b/hgext/convert/hg.py Mon May 19 22:11:14 2014 +0200 @@ -253,7 +253,7 @@ destmarks[bookmark] = bin(updatedbookmark[bookmark]) destmarks.write() - def hascommit(self, rev): + def hascommitforsplicemap(self, rev): if rev not in self.repo and self.clonebranches: raise util.Abort(_('revision %s not found in destination ' 'repository (lookups with clonebranches=true '