diff -r d9962854a4a2 -r fce4ed2912bb tests/test-obsolete.t --- a/tests/test-obsolete.t Sun Jun 25 03:11:55 2017 +0530 +++ b/tests/test-obsolete.t Sun Jun 25 08:20:05 2017 +0530 @@ -1107,7 +1107,7 @@ > > cmdtable = {} > command = registrar.command(cmdtable) - > @command("amendtransient",[], _('hg amendtransient [rev]')) + > @command(b"amendtransient",[], _('hg amendtransient [rev]')) > def amend(ui, repo, *pats, **opts): > def commitfunc(ui, repo, message, match, opts): > return repo.commit(message, repo['.'].user(), repo['.'].date(), match)