Home | History | Annotate | Download | only in codereview

Lines Matching refs:parents

1557 		v0 = hg_node.short(rev.parents()[0].node())
1574 parents = ctx.parents()
1575 id = '+'.join([hg_node.short(p.node()) for p in parents])
3383 out = RunShell(["hg", "parents", "-q"], silent_ok=True).strip()