Mercurial > hg
comparison hgeditor @ 36913:da2977e674a3
templater: extract template evaluation utility to new module
Prepares for splitting template functions to new module.
All eval* functions were moved to templateutil.py, and run* functions had to
be moved as well due to the dependency from eval*s. eval*s were aliased as
they are commonly used in codebase. _getdictitem() had to be made public.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 08 Mar 2018 22:33:24 +0900 |
parents | 1aee2ab0f902 |
children |
comparison
equal
deleted
inserted
replaced
36912:543afbdc8e59 | 36913:da2977e674a3 |
---|