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

Add merge indication to line format (Neil Martinsen-Burrell)

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
        show_pending_merges(tree, output, verbose=True)
115
115
        self.assertEqualDiff('pending merges:\n'
116
116
                             '  Joe Foo 2007-12-04 another non-ghost\n'
117
 
                             '    Joe Foo 2007-12-04 commit with ghost\n'
 
117
                             '    Joe Foo 2007-12-04 [merge] commit with ghost\n'
118
118
                             '    (ghost) a-ghost-revision\n'
119
119
                             '    Joe Foo 2007-12-04 a non-ghost\n',
120
120
                             output.getvalue())