Searched refs:findoutgoing (Results 1 – 3 of 3) sorted by relevance
690 def findoutgoing(self, parent): member in WorkSpace705 return discovery.findoutgoing(self.repo, pws)707 return self.repo.findoutgoing(pws)715 findoutgoing = util.cachefunc(findoutgoing) variable in WorkSpace761 outbases = self.findoutgoing(parent)
220 outgoing = self.ws.findoutgoing(parent)235 out = self.ws.findoutgoing(parent)701 outgoing = self.ws.findoutgoing(parent)
945 between = repo.changelog.nodesbetween(ws.findoutgoing(parent))[2]1359 out = wslist[repo].findoutgoing(wslist[repo].parent(parent))