diff tests/test-resolve.t @ 33109:fce4ed2912bb

py3: make sure commands name are bytes in tests
author Pulkit Goyal <7895pulkit@gmail.com>
date Sun, 25 Jun 2017 08:20:05 +0530
parents 46ba2cdda476
children 9e4f82bc2b0b
line wrap: on
line diff
--- a/tests/test-resolve.t	Sun Jun 25 03:11:55 2017 +0530
+++ b/tests/test-resolve.t	Sun Jun 25 08:20:05 2017 +0530
@@ -88,7 +88,7 @@
   > from mercurial import merge, registrar, scmutil
   > cmdtable = {}
   > command = registrar.command(cmdtable)
-  > @command('markdriver',
+  > @command(b'markdriver',
   >   [('u', 'unmark', None, '')],
   >   'FILE...')
   > def markdriver(ui, repo, *pats, **opts):