141
141
# list should be cleared when we do a commit
142
142
self.assertEquals(b.pending_merges(), [])
145
154
# TODO: rewrite this as a regular unittest, without relying on the displayed output
146
155
# >>> from bzrlib.commit import commit
147
156
# >>> bzrlib.trace.silent = True