Searched refs:wctx (Results 1 – 2 of 2) sorted by relevance
613 def _localtip(self, outgoing, wctx): argument626 if (wctx.files() or len(wctx.parents()) > 1 or627 wctx.branch() != wctx.parents()[0].branch()):628 return wctx630 heads = self.repo.heads(start=wctx.parents()[0].node())720 wctx = self.workingctx()721 return sorted(wctx.files() + wctx.deleted()) or None727 wctx = self.workingctx()728 return len(wctx.parents()) > 1734 wctx = self.workingctx()[all …]
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.[all …]