~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bundle.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-30 04:38:44 UTC
  • mfrom: (1908.6.14 use set_parent_trees.)
  • Revision ID: pqm@pqm.ubuntu.com-20060830043844-d570350402a5ad15
Use the new WorkingTree parent-management apis throughout the codebase.

Show diffs side-by-side

added added

removed removed

Lines of Context:
432
432
        sure everything matches the builtin branch.
433
433
        """
434
434
        to_tree = self.get_checkout(base_rev_id, checkout_dir=checkout_dir)
 
435
        original_parents = to_tree.get_parent_ids()
435
436
        repository = to_tree.branch.repository
436
437
        original_parents = to_tree.get_parent_ids()
437
438
        self.assertIs(repository.has_revision(base_rev_id), True)