##// 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:

r4882:25d753ef default
r8591:08c93b07 default
Show More
test-symlink-root
10 lines | 120 B | text/plain | TextLexer
/ tests / test-symlink-root
Jun Inoue
Fix accessing the repo through a symlink.
r4086 #!/bin/sh
Patrick Mezard
test-symlink-basic: require symlinks availability
r4882 "$TESTDIR/hghave" symlink || exit 80
Jun Inoue
Fix accessing the repo through a symlink.
r4086 hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link