Lines Matching refs:wctx
324 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.
712 heads = filter(lambda x: x not in wctx.parents(), heads) + [wctx]