##// 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:

r2990:61fcd9fa default
r4316:6e4334be default
Show More
test-mq-qsave
15 lines | 176 B | text/plain | TextLexer
#!/bin/sh
echo "[extensions]" >> $HGRCPATH
echo "mq=" >> $HGRCPATH
hg init a
cd a
echo 'base' > base
hg ci -Ambase -d '1 0'
hg qnew -mmqbase mqbase
hg qsave
hg qrestore 2