##// END OF EJS Templates
Try to find diffstat in PATH before calling it...
Try to find diffstat in PATH before calling it At least on Solaris, /bin/sh will print a "command not found" message even if we redirect stderr.

File last commit:

r4086:cc8a5222 default
r4316:6e4334be default
Show More
test-symlink-root
8 lines | 82 B | text/plain | TextLexer
#!/bin/sh
hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link