Home
last modified time | relevance | path

Searched refs:reachableroots (Results 1 – 8 of 8) sorted by relevance

/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-parseindex.t73 Test SEGV caused by bad revision passed to reachableroots() (issue4775):
83 > print('%s: %r' % (head, cl.reachableroots(0, [head], [0])))
88 > cl.reachableroots(0, [head], [0])
94 > print('%s: %r' % (root, cl.reachableroots(root, [len(cl) - 1], [root])))
97 > print('%s: %r' % (root, cl.reachableroots(root, [len(cl) - 1], [root])))
102 > cl.reachableroots(root, [len(cl) - 1], [root])
186 > ('reachableroots',
203 reachableroots: parent out of range
209 reachableroots: parent out of range
215 reachableroots: parent out of range
/dports/devel/mercurial/mercurial-6.0/hgext/git/
H A Dgitlog.py327 def reachableroots(self, minroot, heads, roots, includepath=False): member in changelog
345 return bool(self.reachableroots(a, [b], [a], includepath=False))
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Ddagop.py553 def reachableroots(repo, roots, heads, includepath=False): function
560 revs = repo.changelog.reachableroots(minroot, heads, roots, includepath)
H A Dgraphmod.py77 set(dagop.reachableroots(repo, revs, [mpar]))
H A Dphases.py940 pruned = dagop.reachableroots(repo, candidates, prunestart)
H A Dcopies.py298 roots_to_head = cl.reachableroots(m, h, roots, includepath=True)
H A Drevlog.py1413 return bool(self.reachableroots(a, [b], [a], includepath=False))
1415 def reachableroots(self, minroot, heads, roots, includepath=False): member in revlog
H A Drevset.py203 xs = dagop.reachableroots(