# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 2017-11-28 23:11:48 # Node ID 6fe99a8e266d735f0ee8bb228743c7b0ec1ed01b # Parent 3d6cac7e528cea98cfea77a45deadc1aeb379060 py3: fix args handling for obsfate template Differential Revision: https://phab.mercurial-scm.org/D1536 diff --git a/mercurial/templatekw.py b/mercurial/templatekw.py --- a/mercurial/templatekw.py +++ b/mercurial/templatekw.py @@ -608,6 +608,7 @@ def showobsfate(**args): # the verbosity templatekw available. succsandmarkers = showsuccsandmarkers(**args) + args = pycompat.byteskwargs(args) ui = args['ui'] values = []