~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/weave_fmt/bzrdir.py

(jelmer) Deprecate Branch.revision_history(). (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
        self.bzrdir.transport.delete('branch-format')
253
253
        self.branch = self.bzrdir.open_branch()
254
254
        self._convert_working_inv()
255
 
        rev_history = self.branch.revision_history()
 
255
        rev_history = self.branch._revision_history()
256
256
        # to_read is a stack holding the revisions we still need to process;
257
257
        # appending to it adds new highest-priority revisions
258
258
        self.known_revisions = set(rev_history)