/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/test_workingtree.py

  • Committer: Andrew Bennetts
  • Date: 2008-06-03 02:09:25 UTC
  • mfrom: (3466 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3467.
  • Revision ID: andrew.bennetts@canonical.com-20080603020925-g947drfzo9ij1y6p
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
        control.create_repository()
217
217
        control.create_branch()
218
218
        tree = workingtree.WorkingTreeFormat3().initialize(control)
219
 
        tree._control_files._transport.delete("pending-merges")
 
219
        tree._transport.delete("pending-merges")
220
220
        self.assertEqual([], tree.get_parent_ids())
221
221
 
222
222