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

  • Committer: Jelmer Vernooij
  • Date: 2018-03-24 17:48:04 UTC
  • mfrom: (6921 work)
  • mto: This revision was merged to the branch mainline in revision 6923.
  • Revision ID: jelmer@jelmer.uk-20180324174804-xf22o05byoj12x1q
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
864
864
        tree.commit('Initial commit')
865
865
        # The following line force the orhaning to reveal bug #634470
866
866
        tree.branch.get_config_stack().set(
867
 
            'bzr.transform.orphan_policy', 'move')
 
867
            'transform.orphan_policy', 'move')
868
868
        tree.controldir.destroy_workingtree()
869
869
        # FIXME: subtree/.bzr is left here which allows the test to pass (or
870
870
        # fail :-( ) -- vila 20100909