changeset 38354 | e637dc0b3b1f |
parent 37717 | 0664be4f0c1f |
child 39549 | 089fc0db0954 |
--- a/hgext/schemes.py Thu May 03 10:58:56 2018 +0900 +++ b/hgext/schemes.py Thu May 03 11:17:52 2018 +0900 @@ -114,7 +114,7 @@ def extsetup(ui): schemes.update(dict(ui.configitems('schemes'))) - t = templater.engine(lambda x: x) + t = templater.engine(templater.parse) for scheme, url in schemes.items(): if (pycompat.iswindows and len(scheme) == 1 and scheme.isalpha() and os.path.exists('%s:\\' % scheme)):