Home
last modified time | relevance | path

Searched refs:findmissingrevs (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-hg-evolve/hg-evolve-10.4.1/hgext3rd/evolve/
H A Ddepthcache.py156 revdepth += len(cl.findmissingrevs(common=[parents[1][0]],
H A Dstablesort.py471 bound = cl.findmissingrevs(common=heads, heads=[h])
717 exclusive = cl.findmissingrevs(common=[lower], heads=[higher])
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dcopies.py271 revs = cl.findmissingrevs(common=[a.rev()], heads=[b.rev()])
H A Dexchange.py2204 missing = list(cl.findmissingrevs(common=commonrevs, heads=headsrevs))
H A Drevset.py1802 results = set(cl.findmissingrevs(common=exclude, heads=include))
H A Drevlog.py1103 def findmissingrevs(self, common=None, heads=None): member in revlog