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

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    def renamed(self, change, old_path, new_path):
71
71
        self.calls.append(('renamed', change, old_path, new_path))
72
72
 
 
73
    def is_verbose(self):
 
74
        return True
 
75
 
73
76
 
74
77
class TestCommit(TestCaseWithTransport):
75
78