tests/test-logtoprocess.t
changeset 33097 fce4ed2912bb
parent 32915 0afc4206d02b
child 33966 e98dab3fafbc
--- a/tests/test-logtoprocess.t	Sun Jun 25 03:11:55 2017 +0530
+++ b/tests/test-logtoprocess.t	Sun Jun 25 08:20:05 2017 +0530
@@ -12,7 +12,7 @@
   > from time import sleep
   > cmdtable = {}
   > command = registrar.command(cmdtable)
-  > @command('foo', [])
+  > @command(b'foo', [])
   > def foo(ui, repo):
   >     ui.log('foo', 'a message: %(bar)s\n', bar='spam')
   > EOF