From patchwork Tue Nov 21 07:53:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D1479: py3: use byteskwargs in templatekw.showobsfate() From: phabricator X-Patchwork-Id: 25705 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Tue, 21 Nov 2017 07:53:45 +0000 indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY According to the exceptions reporting mechanism, this is top crasher #4, with 112 failures. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1479 AFFECTED FILES mercurial/templatekw.py CHANGE DETAILS To: indygreg, #hg-reviewers Cc: mercurial-devel diff --git a/mercurial/templatekw.py b/mercurial/templatekw.py --- a/mercurial/templatekw.py +++ b/mercurial/templatekw.py @@ -606,6 +606,7 @@ # # This function will be replaced by templates fragments when we will have # the verbosity templatekw available. + args = pycompat.byteskwargs(args) succsandmarkers = showsuccsandmarkers(**args) ui = args['ui']