~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-19 15:25:36 UTC
  • mfrom: (3640.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080819152536-6oobtmrum8e34h8l
(jam) Merge in bzr-1.6rc4 including the fix for bug #256757

Show diffs side-by-side

added added

removed removed

Lines of Context:
697
697
        # Additional places to query for data.
698
698
        self._fallback_repositories = []
699
699
        # What order should fetch operations request streams in?
700
 
        # The default is unsorted as that is the cheapest for an origin to
 
700
        # The default is unordered as that is the cheapest for an origin to
701
701
        # provide.
702
 
        self._fetch_order = 'unsorted'
 
702
        self._fetch_order = 'unordered'
703
703
        # Does this repository use deltas that can be fetched as-deltas ?
704
704
        # (E.g. knits, where the knit deltas can be transplanted intact.
705
705
        # We default to False, which will ensure that enough data to get