/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:
319
319
 
320
320
    rich_root_data = False
321
321
    supports_tree_reference = False
 
322
    supports_ghosts = False
322
323
 
323
324
    def initialize(self, a_bzrdir, shared=False, _internal=False):
324
 
        """Create a weave repository.
325
 
        
326
 
        TODO: when creating split out bzr branch formats, move this to a common
327
 
        base for Format5, Format6. or something like that.
328
 
        """
 
325
        """Create a weave repository."""
329
326
        if shared:
330
327
            raise errors.IncompatibleFormat(self, a_bzrdir._format)
331
328
 
519
516
    """
520
517
 
521
518
    _versionedfile_class = weave.WeaveFile
 
519
    supports_ghosts = False
522
520
 
523
521
    def _get_control_store(self, repo_transport, control_files):
524
522
        """Return the control store for this repository."""