Searched refs:parenttip (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dhg-active.py88 node = act.parenttip.node()
89 parenttip = binascii.hexlify(node)
101 fh.write("HG_PARENT=%s\n" % parenttip)
/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py122 def __init__(self, ws, parenttip, revs=None):
125 parenttip is the revision with which to compare (likely to be
130 assert parenttip is not None
134 self.parenttip = parenttip
153 # Any file not in the parenttip or the localtip is ephemeral
163 if f not in self.parenttip and f not in self.ws.repo.dirstate:
166 return self.ws.status(self.parenttip, self.localtip, files=files)
263 # parenttip.
271 entry.parentname not in self.parenttip)
642 def parenttip(self, heads, outgoing): member in class:WorkSpace
[all...]
H A DBackup.py693 '''Return a list of tuples (parenttip, localtip) for each
721 pairs.append((self.ws.parenttip(c, outnodes), head))
726 head and that head's parenttip (see WorkSpace.parenttip).
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py257 diffs = wslist[repo].diff(act.parenttip.node(), act.localtip.node(),
660 ptip = active.parenttip.rev()

Completed in 63 milliseconds