mercurial/templatekw.py
changeset 35143 6fe99a8e266d
parent 34993 625d5ebce066
child 35212 c7b45db8f317
--- a/mercurial/templatekw.py	Wed Nov 29 06:48:52 2017 +0530
+++ b/mercurial/templatekw.py	Wed Nov 29 04:41:48 2017 +0530
@@ -608,6 +608,7 @@
     # the verbosity templatekw available.
     succsandmarkers = showsuccsandmarkers(**args)
 
+    args = pycompat.byteskwargs(args)
     ui = args['ui']
 
     values = []