/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/tree_implementations/test_tree.py

  • Committer: Aaron Bentley
  • Date: 2007-01-15 13:10:20 UTC
  • mto: (2255.6.1 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: aaron.bentley@utoronto.ca-20070115131020-wr397y8izr6i2epm
Work on checking out by-reference trees

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        entry = tree.inventory['sub-root']
47
47
        path = tree.id2path('sub-root')
48
48
        self.assertEqual('sub-1', tree.get_reference_revision(entry, path))
49
 
        self.assertEqual('sub-1', tree.get_reference_revision(entry))