~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1097
1097
 
1098
1098
    # Is this a final release version? If so, we should suppress warnings
1099
1099
    if bzrlib.version_info[3] == 'final':
1100
 
        suppress_deprecation_warnings(override=False)
 
1100
        suppress_deprecation_warnings(override=True)
1101
1101
    if argv is None:
1102
1102
        argv = osutils.get_unicode_argv()
1103
1103
    else: