~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/repository_implementations/test_fetch.py

  • Committer: Vincent Ladeuil
  • Date: 2007-11-14 08:20:59 UTC
  • mfrom: (2990 +trunk)
  • mto: (2990.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2991.
  • Revision ID: v.ladeuil+lp@free.fr-20071114082059-bx03o3laiqfnyleb
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        # disk.
69
69
        knit3_repo = b_bzrdir.open_repository()
70
70
        rev1_tree = knit3_repo.revision_tree('rev1')
71
 
        lines = rev1_tree.get_file_lines(rev1_tree.inventory.root.file_id)
 
71
        lines = rev1_tree.get_file_lines(rev1_tree.get_root_id())
72
72
        self.assertEqual([], lines)
73
73
        b_branch = b_bzrdir.create_branch()
74
74
        b_branch.pull(tree_a.branch)