##// 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
#!/bin/sh
"$TESTDIR/hghave" symlink || exit 80
hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link