tests/test-rebuildstate.t
changeset 33109 fce4ed2912bb
parent 32376 46ba2cdda476
child 38110 74c5ddd97008
--- a/tests/test-rebuildstate.t	Sun Jun 25 03:11:55 2017 +0530
+++ b/tests/test-rebuildstate.t	Sun Jun 25 08:20:05 2017 +0530
@@ -3,7 +3,7 @@
   > from mercurial import registrar
   > cmdtable = {}
   > command = registrar.command(cmdtable)
-  > @command('debugadddrop',
+  > @command(b'debugadddrop',
   >   [('', 'drop', False, 'drop file from dirstate', 'FILE'),
   >    ('', 'normal-lookup', False, 'add file to dirstate', 'FILE')],
   >     'hg debugadddrop')