Home | History | Annotate | Download | only in codereview

Lines Matching refs:parents

1560 		v0 = hg_node.short(rev.parents()[0].node())
1577 parents = ctx.parents()
1578 id = '+'.join([hg_node.short(p.node()) for p in parents])
3386 out = RunShell(["hg", "parents", "-q"], silent_ok=True).strip()