changeset 33097 | fce4ed2912bb |
parent 33032 | 8e3021fd1a44 |
child 33252 | 53b3a1968aa6 |
--- 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)