view tests/test-symlink-root @ 11890:9dac951d0185 stable

templatefilters: use \uxxxx style escape for JSON string It's embeddable in plain javascript, and also conforms to JSON standard.
author Yuya Nishihara <yuya@tcha.org>
date Wed, 11 Aug 2010 01:06:21 +0900
parents 25d753efd48e
children
line wrap: on
line source

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link