diff -r a4438263b228 -r 50005af3c7a8 tests/test-extension.t --- a/tests/test-extension.t Sat Jun 06 19:19:27 2020 +0800 +++ b/tests/test-extension.t Fri Jun 12 23:43:56 2020 +0200 @@ -1852,17 +1852,6 @@ GREPME make sure that this is in the help! $ cd .. -Show deprecation warning for the use of cmdutil.command - - $ cat > nonregistrar.py < from mercurial import cmdutil - > cmdtable = {} - > command = cmdutil.command(cmdtable) - > @command(b'foo', [], norepo=True) - > def foo(ui): - > pass - > EOF - Prohibit the use of unicode strings as the default value of options $ hg init $TESTTMP/opt-unicode-default