##// END OF EJS Templates
Push over HTTP: really tell the user the size of the bundle
Push over HTTP: really tell the user the size of the bundle

File last commit:

r4882:25d753ef default
r5333:6e6a00a7 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