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

RemoveĀ verboseĀ mutter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
 
146
146
    def get_parent_map(self, revids):
147
147
        parent_map = {}
148
 
        mutter("get_parent_map(%r)", revids)
149
148
        for revision_id in revids:
150
149
            assert isinstance(revision_id, str)
151
150
            if revision_id == revision.NULL_REVISION: