~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/groupcompress_repo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-09 20:23:07 UTC
  • mfrom: (4265.1.4 bbc-merge)
  • Revision ID: pqm@pqm.ubuntu.com-20090409202307-n0depb16qepoe21o
(jam) Change _fetch_uses_deltas = False for CHK repos until we can
        write a better fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
972
972
    # multiple in-a-row (and sharing strings). Topological is better
973
973
    # for remote, because we access less data.
974
974
    _fetch_order = 'unordered'
975
 
    _fetch_uses_deltas = True # essentially ignored by the groupcompress code.
 
975
    _fetch_uses_deltas = False # essentially ignored by the groupcompress code.
976
976
    fast_deltas = True
977
977
 
978
978
    def _get_matching_bzrdir(self):