Home
last modified time | relevance | path

Searched refs:wctx (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/tools/onbld/Scm/
H A DWorkSpace.py613 def _localtip(self, outgoing, wctx): argument
626 if (wctx.files() or len(wctx.parents()) > 1 or
627 wctx.branch() != wctx.parents()[0].branch()):
628 return wctx
630 heads = self.repo.heads(start=wctx.parents()[0].node())
720 wctx = self.workingctx()
721 return sorted(wctx.files() + wctx.deleted()) or None
727 wctx = self.workingctx()
728 return len(wctx.parents()) > 1
734 wctx = self.workingctx()
[all …]
H A DBackup.py324 self.wctx = self.ws.workingctx(worklist=True)
335 parent = self.wctx.parents()[0]
338 for fname in self.wctx.added() + self.wctx.modified():
339 rn = self.wctx.filectx(fname).renamed()
351 dirstate = node.hex(self.wctx.parents()[0].node())
372 match = self.ws.matcher(files=self.wctx.files())
467 cnode = self.wctx.parents()[0].node()
472 match = self.ws.matcher(files=self.wctx.files())
710 wctx = self.ws.workingctx()
711 if wctx.files(): # We only care about file changes.
[all …]