~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to repofmt.py

  • Committer: John Arbash Meinel
  • Date: 2009-02-19 20:45:00 UTC
  • mto: (0.22.4 experimental)
  • mto: This revision was merged to the branch mainline in revision 4280.
  • Revision ID: john@arbash-meinel.com-20090219204500-1wb0k8f962lansy6
start experimenting with gc-optimal ordering.

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
        #       in-a-row (and sharing strings). Topological is better for
312
312
        #       remote, because we access less data.
313
313
        self._fetch_order = 'topological'
 
314
        self._fetch_gc_optimal = True
314
315
        self._fetch_uses_deltas = False
315
316
 
316
317
 
374
375
            self._reconcile_fixes_text_parents = True
375
376
            self._reconcile_backsup_inventory = False
376
377
            self._fetch_order = 'topological'
 
378
            self._fetch_gc_optimal = True
377
379
            self._fetch_uses_deltas = False
378
380
 
379
381