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