/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Alexander Belchenko
  • Date: 2007-11-13 21:26:46 UTC
  • mfrom: (2983 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2987.
  • Revision ID: bialix@ukr.net-20071113212646-7ig0xufvw7dkq0w8
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)