/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/pack_repo.py

  • Committer: Robert Collins
  • Date: 2008-07-28 05:09:54 UTC
  • mto: This revision was merged to the branch mainline in revision 3584.
  • Revision ID: robertc@robertcollins.net-20080728050954-iyok0yyqonml80q7
 * The generic fetch code now uses two attributes on Repository objects
   to control the requested streams: ``_fetch_order`` and
   ``_fetch_uses_deltas``. Setting these appropriately allows different
   repository implementations to recieve data in their optimial form.
   (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1728
1728
        self._reconcile_does_inventory_gc = True
1729
1729
        self._reconcile_fixes_text_parents = True
1730
1730
        self._reconcile_backsup_inventory = False
 
1731
        self._fetch_order = 'unsorted'
1731
1732
 
1732
1733
    def _abort_write_group(self):
1733
1734
        self._pack_collection._abort_write_group()