Submitter | phabricator |
---|---|
Date | Nov. 29, 2017, 9:15 p.m. |
Message ID | <e5ae43bf99a6a1060b8330d38f4b45af@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25802/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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 = []