Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/onbld/Scm/
H A DWorkSpace.py720 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 WorkSpace
959 return context.workingctx(self.repo, changes=wl.status())
1008 self.workingctx().copy(src, dest)
H A DBackup.py324 self.wctx = self.ws.workingctx(worklist=True)
710 wctx = self.ws.workingctx()
/titanic_41/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)