/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 breezy/workingtree.py

s/follow_tree_references/recurse_nested/g

Show diffs side-by-side

added added

removed removed

Lines of Context:
729
729
        return osutils.file_kind(self.abspath(relpath))
730
730
 
731
731
    def list_files(self, include_root=False, from_dir=None, recursive=True,
732
 
                   follow_tree_references=False):
 
732
                   recurse_nested=False):
733
733
        """List all files as (path, class, kind, id, entry).
734
734
 
735
735
        Lists, but does not descend into unversioned directories.