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

Refactored out ControlFiles and RevisionStore from _Branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
            # although we calculated it, throw it away without display
222
222
            delta = None
223
223
 
224
 
        rev = branch.get_revision(rev_id)
 
224
        rev = branch.storage.get_revision(rev_id)
225
225
 
226
226
        if searchRE:
227
227
            if not searchRE.search(rev.message):