changeset 36922 | 521f6c7e1756 |
parent 35909 | 89c81739ffa7 |
child 37184 | 0024961aa493 |
--- a/Makefile Thu Mar 08 23:15:09 2018 +0900 +++ b/Makefile Thu Mar 08 22:23:02 2018 +0900 @@ -132,8 +132,9 @@ $(PYTHON) i18n/hggettext mercurial/commands.py \ hgext/*.py hgext/*/__init__.py \ mercurial/fileset.py mercurial/revset.py \ - mercurial/templatefilters.py mercurial/templatekw.py \ - mercurial/templater.py \ + mercurial/templatefilters.py \ + mercurial/templatefuncs.py \ + mercurial/templatekw.py \ mercurial/filemerge.py \ mercurial/hgweb/webcommands.py \ mercurial/util.py \