##// END OF EJS Templates
templatefilters: add filter to convert date to local date (issue1674)...
templatefilters: add filter to convert date to local date (issue1674) Issue1674 suggests the localdate filter be applied as default to log, but this patch only introduces the filter, not the changed default behaviour.

File last commit:

r3934:d0bbd8ee default
r8591:08c93b07 default
Show More
README
7 lines | 158 B | text/plain | TextLexer
mpm@selenic.com
testing fixups...
r332 To run the tests, do:
cd tests/
Stephen Darnell
Delete the shell version of run-tests...
r2207 python run-tests.py
mpm@selenic.com
testing fixups...
r332
Matt Mackall
Move test suite docs to the wiki
r3934 See http://www.selenic.com/mercurial/wiki/index.cgi/WritingTests for
more information on writing tests.