/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/per_repository/test_commit_builder.py

merge bzr.dev r4054

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
            builder.abort()
140
140
        finally:
141
141
            tree.unlock()
142
 
    
 
142
 
143
143
    def test_commit_unchanged_root(self):
144
144
        tree = self.make_branch_and_tree(".")
145
145
        old_revision_id = tree.commit('')
338
338
            tree.unlock()
339
339
 
340
340
    def test_last_modified_revision_after_commit_root_unchanged(self):
341
 
        # commiting without changing the root does not change the 
 
341
        # commiting without changing the root does not change the
342
342
        # last modified except on non-rich-root-repositories.
343
343
        tree = self.make_branch_and_tree('.')
344
344
        rev1 = tree.commit('')