432
432
sure everything matches the builtin branch.
434
434
to_tree = self.get_checkout(base_rev_id, checkout_dir=checkout_dir)
435
436
repository = to_tree.branch.repository
436
438
self.assertIs(repository.has_revision(base_rev_id), True)
437
439
for rev in info.real_revisions:
438
440
self.assert_(not repository.has_revision(rev.revision_id),