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

  • Committer: John Arbash Meinel
  • Date: 2008-09-05 03:11:40 UTC
  • mfrom: (3691 +trunk)
  • mto: (3697.7.4 1.7)
  • mto: This revision was merged to the branch mainline in revision 3748.
  • Revision ID: john@arbash-meinel.com-20080905031140-hj0adlcf30l7i99v
Merge in bzr.dev 3691

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
 
 
134
 
    def _warn_if_deprecated(self):
135
 
        # This class isn't deprecated
136
 
        pass
 
133
        self._fetch_uses_deltas = True
 
134
        self._fetch_order = 'topological'
137
135
 
138
136
    @needs_read_lock
139
137
    def _all_revision_ids(self):