hgext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Tue, 18 Aug 2015 22:15:46 +0900
changeset 26128 51f6940d3b4f
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
templater: add optional timezone argument to localdate() The keyword extension uses "utcdate" for a different function, so we can't add new "utcdate" filter or function. Instead, this patch extends "localdate" to a general timezone converter.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder