tests/test-install
author Augie Fackler <durin42@gmail.com>
Sun, 07 Feb 2010 07:37:05 -0600
changeset 10372 27d542bc0f5b
parent 9734 36c388a1aa51
permissions -rwxr-xr-x
qnew: ignore force option This makes the default behavior the same as qnew --force, and deprecates the force option.

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

echo '% hg debuginstall with no username'
HGUSER= hg debuginstall

# Happy End
true