~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

  • Committer: John Arbash Meinel
  • Date: 2008-08-18 22:34:21 UTC
  • mto: (3606.5.6 1.6)
  • mto: This revision was merged to the branch mainline in revision 3641.
  • Revision ID: john@arbash-meinel.com-20080818223421-todjny24vj4faj4t
Add tests for the fetching behavior.

The proper parameter passed is 'unordered' add an assert for it, and
fix callers that were passing 'unsorted' instead.
Add tests that we make the right get_record_stream call based
on the value of _fetch_uses_deltas.
Fix the fetch request for signatures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1719
1719
        self._reconcile_does_inventory_gc = True
1720
1720
        self._reconcile_fixes_text_parents = True
1721
1721
        self._reconcile_backsup_inventory = False
1722
 
        self._fetch_order = 'unsorted'
 
1722
        self._fetch_order = 'unordered'
1723
1723
 
1724
1724
    def _warn_if_deprecated(self):
1725
1725
        # This class isn't deprecated