/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 breezy/tests/per_branch/test_branch.py

  • Committer: Jelmer Vernooij
  • Date: 2017-11-19 18:35:20 UTC
  • mfrom: (6809.4.27 swap-arguments)
  • Revision ID: jelmer@jelmer.uk-20171119183520-fmw89uw30e0tbhwz
Merge lp:~jelmer/brz/swap-arguments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
        tree = b2.repository.revision_tree(rev1)
114
114
        tree.lock_read()
115
115
        self.addCleanup(tree.unlock)
116
 
        self.assertEqual(tree.get_file_text(tree.path2id('foo')), 'hello')
 
116
        self.assertEqual(tree.get_file_text('foo'), 'hello')
117
117
 
118
118
    def get_unbalanced_tree_pair(self):
119
119
        """Return two branches, a and b, with one file in a."""