~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/config.py

s/0.13/0.14/ in deprecation warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
518
518
            pass
519
519
        else:
520
520
            symbol_versioning.warn(
521
 
                'The recurse option is deprecated as of 0.13.  '
 
521
                'The recurse option is deprecated as of 0.14.  '
522
522
                'The section "%s" has been converted to use policies.'
523
523
                % section,
524
524
                DeprecationWarning)