/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/per_workingtree/test_pull.py

  • Committer: Vincent Ladeuil
  • Date: 2010-10-15 14:21:03 UTC
  • mto: (5502.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5504.
  • Revision ID: v.ladeuil+lp@free.fr-20101015142103-xmh9nam9uekj3jq0
Rename bzrlib.transform.orphan_policy to bzr.transform.orphan_policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
        trunk = self.make_branch_deleting_dir('trunk')
93
93
        work = trunk.bzrdir.sprout('work', revision_id='2').open_workingtree()
94
94
        work.branch.get_config().set_user_option(
95
 
            'bzrlib.transform.orphan_policy', 'move')
 
95
            'bzr.transform.orphan_policy', 'move')
96
96
        # Add some unversioned files in dir
97
97
        self.build_tree(['work/dir/foo',
98
98
                         'work/dir/subdir/',