384
385
# bug 252821 caused a RevisionNotPresent here...
385
386
stacked_tree.pull(other_tree.branch)
386
387
stacked_tree.branch.repository.pack()
388
check.check_dwim(stacked_tree.branch.base, False, True, True)
388
389
self.check_lines_added_or_present(stacked_tree.branch, stacked_revid)
390
391
def test_fetch_revisions_with_file_changes(self):