Show More
@@ -390,7 +390,7 b' when using chg, blackbox.log should get ' | |||||
390 | > from mercurial import registrar, scmutil |
|
390 | > from mercurial import registrar, scmutil | |
391 | > cmdtable = {} |
|
391 | > cmdtable = {} | |
392 | > command = registrar.command(cmdtable) |
|
392 | > command = registrar.command(cmdtable) | |
393 | > @command('noop') |
|
393 | > @command(b'noop') | |
394 | > def noop(ui, repo): |
|
394 | > def noop(ui, repo): | |
395 | > pass |
|
395 | > pass | |
396 | > EOF |
|
396 | > EOF |
General Comments 0
You need to be logged in to leave comments.
Login now