/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/workingtree_implementations/test_parents.py

  • Committer: Martin Pool
  • Date: 2008-05-27 03:00:53 UTC
  • mfrom: (3452 +trunk)
  • mto: (3724.1.1 lock-hooks)
  • mto: This revision was merged to the branch mainline in revision 3730.
  • Revision ID: mbp@sourcefrog.net-20080527030053-0mct6dypek0ysjc3
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                             _mod_revision.ensure_null(tree.last_revision()))
52
52
        else:
53
53
            self.assertEqual(expected[0], tree.last_revision())
54
 
        self.assertEqual(expected[1:],
55
 
            self.applyDeprecated(symbol_versioning.zero_eleven,
56
 
                tree.pending_merges))
57
54
 
58
55
 
59
56
class TestGetParents(TestParents):