~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

  • Committer: John Arbash Meinel
  • Date: 2008-11-21 20:48:49 UTC
  • mto: This revision was merged to the branch mainline in revision 3847.
  • Revision ID: john@arbash-meinel.com-20081121204849-widj20hs0s24c9g5
Restore the ability to use deltas in the generic fetch code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
        self._commit_builder_class = _commit_builder_class
125
125
        self._serializer = _serializer
126
126
        self._reconcile_fixes_text_parents = True
 
127
        self._fetch_uses_deltas = True
127
128
        self._fetch_order = 'topological'
128
 
        _fetch_uses_deltas = True
129
129
 
130
130
    @needs_read_lock
131
131
    def _all_revision_ids(self):