tests/test-revset.t
changeset 33097 fce4ed2912bb
parent 33080 a53bfc2845f2
child 33109 247bae545061
--- a/tests/test-revset.t	Sun Jun 25 03:11:55 2017 +0530
+++ b/tests/test-revset.t	Sun Jun 25 08:20:05 2017 +0530
@@ -45,7 +45,7 @@
   > )
   > cmdtable = {}
   > command = registrar.command(cmdtable)
-  > @command('debugrevlistspec',
+  > @command(b'debugrevlistspec',
   >     [('', 'optimize', None, 'print parsed tree after optimizing'),
   >      ('', 'bin', None, 'unhexlify arguments')])
   > def debugrevlistspec(ui, repo, fmt, *args, **opts):