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

/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py55 # Mercurial 1.6 moves findoutgoing into a discover module
690 def findoutgoing(self, parent): member in class:WorkSpace
693 A caching wrapper around mercurial.localrepo.findoutgoing().
705 return discovery.findoutgoing(self.repo, pws)
707 return self.repo.findoutgoing(pws)
715 findoutgoing = util.cachefunc(findoutgoing) variable in class: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)
/illumos-gate/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))

Completed in 94 milliseconds