~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

  • Committer: Alexander Belchenko
  • Date: 2008-02-20 10:36:15 UTC
  • mfrom: (3228 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3231.
  • Revision ID: bialix@ukr.net-20080220103615-uxw9jc9m6l63ea27
merge bzr.dev; update patch for 1.3

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