/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/remote.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:
417
417
        self._rich_root_data = None
418
418
 
419
419
    @property
 
420
    def fast_deltas(self):
 
421
        self._ensure_real()
 
422
        return self._custom_format.fast_deltas
 
423
 
 
424
    @property
420
425
    def rich_root_data(self):
421
426
        if self._rich_root_data is None:
422
427
            self._ensure_real()