Searched refs:workingctx (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py155 # files if the localtip is a workingctx, so remove them in
158 # Compare against the dirstate because a workingctx manifest
618 merge, or has switched branches), this will be a workingctx.
720 wctx = self.workingctx()
727 wctx = self.workingctx()
734 wctx = self.workingctx()
767 wctx = self.workingctx(worklist=not thorough)
950 def workingctx(self, worklist=False): member in class:WorkSpace
951 '''Return a workingctx object representing the working copy.
953 If worklist is true, return a workingctx objec
[all...]
H A DBackup.py324 self.wctx = self.ws.workingctx(worklist=True)
710 wctx = self.ws.workingctx()
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py686 parents = set([x.node() for x in wslist[repo].workingctx().parents()])
1406 fctx = wslist[repo].workingctx().filectx(abso)

Completed in 66 milliseconds