/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 bzrlib/tests/test_smart.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
            rich_root = 'True'
87
87
        else:
88
88
            rich_root = 'False'
89
 
        if repo._format.support_tree_reference:
 
89
        if repo._format.supports_tree_reference:
90
90
            subtrees = 'True'
91
91
        else:
92
92
            subtrees = 'False'