/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/commands.py

  • Committer: Aaron Bentley
  • Date: 2008-06-06 16:40:46 UTC
  • mfrom: (3482 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3483.
  • Revision ID: aaron@aaronbentley.com-20080606164046-ghbxplxuhtpcb9iz
Merge with bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
828
828
    # Is this a final release version? If so, we should suppress warnings
829
829
    if bzrlib.version_info[3] == 'final':
830
830
        from bzrlib import symbol_versioning
831
 
        symbol_versioning.suppress_deprecation_warnings()
 
831
        symbol_versioning.suppress_deprecation_warnings(override=False)
832
832
    try:
833
833
        argv = [a.decode(bzrlib.user_encoding) for a in argv[1:]]
834
834
    except UnicodeDecodeError: