431
431
sure everything matches the builtin branch.
433
433
to_tree = self.get_checkout(base_rev_id, checkout_dir=checkout_dir)
434
435
repository = to_tree.branch.repository
435
436
self.assertIs(repository.has_revision(base_rev_id), True)
436
437
for rev in info.real_revisions: