diff Makefile @ 36922:521f6c7e1756

templater: split template functions to new module It has grown enough to be a dedicated module.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 08 Mar 2018 22:23:02 +0900
parents 89c81739ffa7
children 0024961aa493
line wrap: on
line diff
--- 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 \