221
219
a.get_revision_xml(b.last_patch())
223
220
self.log('pending merges: %s', a.pending_merges())
224
221
# assert a.pending_merges() == [b.last_patch()], "Assertion %s %s" \
225
222
# % (a.pending_merges(), b.last_patch())
228
252
def test_add_reports(self):
229
253
"""add command prints the names of added files."""