Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/onbld/Scm/
H A DWorkSpace.py690 def findoutgoing(self, parent): member in WorkSpace
705 return discovery.findoutgoing(self.repo, pws)
707 return self.repo.findoutgoing(pws)
715 findoutgoing = util.cachefunc(findoutgoing) variable in WorkSpace
761 outbases = self.findoutgoing(parent)
H A DBackup.py220 outgoing = self.ws.findoutgoing(parent)
235 out = self.ws.findoutgoing(parent)
701 outgoing = self.ws.findoutgoing(parent)
/titanic_41/usr/src/tools/onbld/hgext/
H A Dcdm.py945 between = repo.changelog.nodesbetween(ws.findoutgoing(parent))[2]
1359 out = wslist[repo].findoutgoing(wslist[repo].parent(parent))