34
34
TestAppendRevisions,
39
# TODO: rewrite this as a regular unittest, without relying on the displayed output
40
# >>> from bzrlib.commit import commit
41
# >>> bzrlib.trace.silent = True
42
# >>> br1 = ScratchBranch(files=['foo', 'bar'])
45
# >>> commit(br1, "lala!", rev_id="REVISION-ID-1", verbose=False)
46
# >>> br2 = ScratchBranch()
47
# >>> br2.update_revisions(br1)
49
# Added 1 inventories.
51
# >>> br2.revision_history()
53
# >>> br2.update_revisions(br1)
55
# >>> br1.text_store.total_size() == br2.text_store.total_size()