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

[merge] Carl Friedrich Bolz: Clean up some mutter() calls

Show diffs side-by-side

added added

removed removed

Lines of Context:
1100
1100
        transaction = self.get_transaction()
1101
1101
        history = transaction.map.find_revision_history()
1102
1102
        if history is not None:
1103
 
            mutter("cache hit for revision-history in %s", self)
 
1103
            # mutter("cache hit for revision-history in %s", self)
1104
1104
            return list(history)
1105
1105
        history = [l.rstrip('\r\n') for l in
1106
1106
                self.control_files.get_utf8('revision-history').readlines()]