/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_transform.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:
3268
3268
        self.assertRaises(NotImplementedError, tt.new_orphan, 'foo', 'bar')
3269
3269
 
3270
3270
    def _set_orphan_policy(self, wt, policy):
3271
 
        wt.branch.get_config().set_user_option('bzrlib.transform.orphan_policy',
 
3271
        wt.branch.get_config().set_user_option('bzr.transform.orphan_policy',
3272
3272
                                               policy)
3273
3273
 
3274
3274
    def _prepare_orphan(self, wt):