D1479: py3: use byteskwargs in templatekw.showobsfate()

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Tue Nov 21 07:53:45 UTC 2017


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

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']



To: indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list