py3: fix args handling for obsfate template
Differential Revision: https://phab.mercurial-scm.org/D1536
--- 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 = []