Lines Matching refs:wctx
613 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()
735 return wctx.branch() != wctx.parents()[0].branch()
767 wctx = self.workingctx(worklist=not thorough)
768 localtip = self._localtip(outnodes, wctx)