43
44
# Now, try to set an invalid history
46
self.applyDeprecated(deprecated_in((2, 4, 0)),
47
tree.branch.set_revision_history, [r1, r2b, r5])
46
48
if tree.branch.last_revision_info() != (3, r5):
47
49
# RemoteBranch silently corrects an impossible revision
48
50
# history given to set_revision_history. It can be tricked