mercurial/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Tue, 01 Sep 2015 18:57:50 +0900
changeset 26124 604a7c941103
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
templater: extract helper that evaluates filter or function argument It will be used to get a date tuple from an argument. Perhaps some of "stringify(args[n][0], ...)" can be replaced by this function.