~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

  • Committer: Andrew Bennetts
  • Date: 2008-07-28 07:17:25 UTC
  • mto: This revision was merged to the branch mainline in revision 3585.
  • Revision ID: andrew.bennetts@canonical.com-20080728071725-k0ol8cpay2w33j1x
Fix trivial bug in an AssertionError.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
        self._commit_builder_class = _commit_builder_class
131
131
        self._serializer = _serializer
132
132
        self._reconcile_fixes_text_parents = True
133
 
        self._fetch_uses_deltas = True
134
 
        self._fetch_order = 'topological'
135
133
 
136
134
    @needs_read_lock
137
135
    def _all_revision_ids(self):