~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

  • Committer: Andrew Bennetts
  • Date: 2007-11-10 15:09:09 UTC
  • mfrom: (2916.2.17 streamable-containers)
  • mto: This revision was merged to the branch mainline in revision 3174.
  • Revision ID: andrew.bennetts@canonical.com-20071110150909-ik5254kgn930th10
Merge streamable-containers.

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."""