/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

  • Committer: Matthew Revell
  • Date: 2008-03-05 13:29:20 UTC
  • mfrom: (3250 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3263.
  • Revision ID: matthew.revell@canonical.com-20080305132920-nedj6gvy023h2w3a
LatestĀ fromĀ upstreadm

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