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

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 16:40:42 UTC
  • mfrom: (6653.6.7 rename-controldir)
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170610164042-zrxqgy2htyduvke2
MergeĀ rename-controldirĀ branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
479
479
        # If tree.branch is remote
480
480
        if tree.user_url != tree.branch.user_url:
481
481
            # We have a lightweight checkout, delete both locations
482
 
            tree.branch.bzrdir.root_transport.delete_tree('.')
483
 
        tree.bzrdir.root_transport.delete_tree('.')
 
482
            tree.branch.controldir.root_transport.delete_tree('.')
 
483
        tree.controldir.root_transport.delete_tree('.')
484
484
 
485
485
    def test_no_parents_just_root(self):
486
486
        """Test doing an empty commit - no parent, set a root only."""