Lines Matching refs:trees
152 self.trees = set([])
162 # recursively scan base_dir for working trees
179 # skip source trees in build directories
186 if not tree in self.trees:
193 self.trees.add(tree)
198 trees = set([])
199 # check if any working trees have been removed
201 while self.trees:
202 tree = self.trees.pop()
211 trees.add(tree)
212 self.trees = trees
218 for tree in self.trees:
229 # check for new working trees
232 # check for deleted working trees
236 for tree in self.trees:
377 # find and monitor working trees