##// END OF EJS Templates
templates: do not add "ago" twice...
templates: do not add "ago" twice After 1d75c683ada1, "ago" is added by the ago template filter.

File last commit:

r4882:25d753ef default
r10277:17c6d5ea stable
Show More
test-symlink-root
10 lines | 120 B | text/plain | TextLexer
#!/bin/sh
"$TESTDIR/hghave" symlink || exit 80
hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link