/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: Robert Collins
  • Date: 2009-03-23 05:48:14 UTC
  • mto: This revision was merged to the branch mainline in revision 4188.
  • Revision ID: robertc@robertcollins.net-20090323054814-0y1yph3zuafxgen6
Add RepositoryFormat.fast_deltas to signal fast delta creation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
    supports_external_lookups = False
269
269
    _fetch_order = 'topological'
270
270
    _fetch_reconcile = True
 
271
    fast_deltas = False
271
272
 
272
273
    def initialize(self, a_bzrdir, shared=False, _internal=False):
273
274
        """Create a weave repository."""
475
476
    supports_ghosts = False
476
477
    _fetch_order = 'topological'
477
478
    _fetch_reconcile = True
 
479
    fast_deltas = False
478
480
    @property
479
481
    def _serializer(self):
480
482
        return xml5.serializer_v5