/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/memorytree.py

Add a recurse_nested argument to Tree.list_files.

Merged from https://code.launchpad.net/~jelmer/brz/follow-tree-references-list-files/+merge/374066

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    def supports_symlinks(self):
55
55
        return True
56
56
 
 
57
    def supports_tree_reference(self):
 
58
        return False
 
59
 
57
60
    def get_config_stack(self):
58
61
        return self.branch.get_config_stack()
59
62