D1536: py3: fix args handling for obsfate template

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Wed Nov 29 16:15:57 EST 2017


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

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 = []



To: pulkit, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list