/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tree.py

Formatting fixes, specify path to a couple more functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
                        any(filter(lambda p: p.startswith(child_path), specific_paths))):
185
185
                        todo.add((child_path, hexsha, ie.file_id))
186
186
                elif specific_paths is None or child_path in specific_paths:
187
 
                    yield (child_path, self._get_file_ie(path, name, mode, hexsha,
 
187
                    yield (child_path,
 
188
                            self._get_file_ie(child_path, name, mode, hexsha,
188
189
                           ie.file_id))
189
190
 
190
191
    def get_revision_id(self):