~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/weaverepo.py

  • Committer: Jelmer Vernooij
  • Date: 2011-02-24 16:09:47 UTC
  • mto: (5582.10.69 weave-fmt-plugin)
  • mto: This revision was merged to the branch mainline in revision 5688.
  • Revision ID: jelmer@samba.org-20110224160947-e7kqclxnjif28v5q
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
    _fetch_order = 'topological'
278
278
    _fetch_reconcile = True
279
279
    fast_deltas = False
 
280
    supports_leaving_lock = False
280
281
 
281
282
    def initialize(self, a_bzrdir, shared=False, _internal=False):
282
283
        """Create a weave repository."""