From patchwork Wed Nov 29 21:15:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D1536: py3: fix args handling for obsfate template From: phabricator X-Patchwork-Id: 25802 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Wed, 29 Nov 2017 21:15:57 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHG6fe99a8e266d: py3: fix args handling for obsfate template (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1536?vs=3949&id=3967 REVISION DETAIL https://phab.mercurial-scm.org/D1536 AFFECTED FILES mercurial/templatekw.py CHANGE DETAILS To: pulkit, #hg-reviewers, durin42 Cc: mercurial-devel diff --git a/mercurial/templatekw.py b/mercurial/templatekw.py --- a/mercurial/templatekw.py +++ b/mercurial/templatekw.py @@ -608,6 +608,7 @@ # the verbosity templatekw available. succsandmarkers = showsuccsandmarkers(**args) + args = pycompat.byteskwargs(args) ui = args['ui'] values = []