~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

  • Committer: Aaron Bentley
  • Date: 2008-03-03 16:52:41 UTC
  • mfrom: (3144.3.11 fix-conflict-handling)
  • mto: This revision was merged to the branch mainline in revision 3250.
  • Revision ID: aaron@aaronbentley.com-20080303165241-0k2c7ggs6kr9q6hf
Merge with fix-conflict-handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
338
338
    rich_root_data = False
339
339
    supports_tree_reference = False
340
340
    supports_ghosts = False
 
341
    supports_external_lookups = False
341
342
 
342
343
    def initialize(self, a_bzrdir, shared=False, _internal=False):
343
344
        """Create a weave repository."""