/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/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:
1343
1343
        # but that's all we have (for now). It will find the option in
1344
1344
        # locations.conf or bazaar.conf though) -- vila 20100916
1345
1345
        conf = self._tree.branch.get_config()
1346
 
        conf_var_name = 'bzrlib.transform.orphan_policy'
 
1346
        conf_var_name = 'bzr.transform.orphan_policy'
1347
1347
        orphan_policy = conf.get_user_option(conf_var_name)
1348
1348
        default_policy = orphaning_registry.default_key
1349
1349
        if orphan_policy is None: