/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/tests/test_revision.py

merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        sources = br1
135
135
 
136
136
        br1.lock_read()
 
137
        br2.lock_read()
137
138
        self.addCleanup(br1.unlock)
138
139
        br2.lock_read()
139
140
        self.addCleanup(br2.unlock)