~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: John Arbash Meinel
  • Date: 2009-10-20 19:46:46 UTC
  • mfrom: (4759 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4771.
  • Revision ID: john@arbash-meinel.com-20091020194646-wnqpd15qs19y28z7
Merge bzr.dev 4759, bringing in static_tuple and streaming improvements.

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: