/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/repofmt/weaverepo.py

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
    """Base class for the pre split out repository formats."""
120
120
 
121
121
    rich_root_data = False
 
122
    supports_tree_reference = False
122
123
 
123
124
    def initialize(self, a_bzrdir, shared=False, _internal=False):
124
125
        """Create a weave repository.