312
312
tree1.merge_from_branch(tree2.branch,
313
313
from_revision=revision.NULL_REVISION)
314
314
tree1.commit('Replaced root entry')
316
315
# This is essentially assertNotRaises(InconsistentDelta)
317
316
with ExpectedException(AssertionError,
318
317
'InconsistentDelta not raised'):