> === modified file 'bzrlib/commands.py' > - --- bzrlib/commands.py 2009-06-19 09:06:56 +0000 > +++ bzrlib/commands.py 2009-10-01 15:59:00 +0000 > @@ -1090,7 +1090,7 @@ > > # Is this a final release version? If so, we should suppress warnings > if bzrlib.version_info[3] == 'final': > - - suppress_deprecation_warnings(override=False) > + suppress_deprecation_warnings(override=True) > if argv is None: > argv = osutils.get_unicode_argv() > else:
It seems reasonable to me. I don't recall why we do that - perhaps for testing.
-- Martin <http://launchpad.net/~mbp/>
> === modified file 'bzrlib/ commands. py' version_ info[3] == 'final': deprecation_ warnings( override= False) deprecation_ warnings( override= True) get_unicode_ argv()
> - --- bzrlib/commands.py 2009-06-19 09:06:56 +0000
> +++ bzrlib/commands.py 2009-10-01 15:59:00 +0000
> @@ -1090,7 +1090,7 @@
>
> # Is this a final release version? If so, we should suppress warnings
> if bzrlib.
> - - suppress_
> + suppress_
> if argv is None:
> argv = osutils.
> else:
It seems reasonable to me. I don't recall why we do that - perhaps for testing.
-- launchpad. net/~mbp/>
Martin <http://