Lines Matching defs:node
48 from mercurial import cmdutil, context, error, hg, node, patch, repair, util
341 returning a list of 3-tuples (tag, node, is_local) for each.
343 We return all instances of a tag that refer to such a node,
352 nodes = set(node.hex(ctx.node()) for ctx in self.revs)
371 nodes = set(node.hex(ctx.node()) for ctx in self.revs)
569 parents = (active.parenttip.node(), node.nullid)
630 heads = self.repo.heads(start=wctx.parents()[0].node())
632 localctxs = [c for c in headctxs if c.node() in outgoing]
661 only possible parenttip is the null node (node.nullid)
666 pick=lambda c: c.node() not in outnodes):
669 return self.repo.changectx(node.nullid)
785 headnodes = [h.node() for h in heads]
863 destination = active.parenttip.node()
894 repair.strip(self.ui, self.repo, base.node(), backup=False)