/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/smart/bzrdir.py

merge hpss changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                rich_root = 'True'
49
49
            else:
50
50
                rich_root = 'False'
51
 
            if repository._format.support_tree_reference:
 
51
            if repository._format.supports_tree_reference:
52
52
                tree_ref = 'True'
53
53
            else:
54
54
                tree_ref = 'False'