tests/test-install
author Martin Geisler <mg@lazybytes.net>
Thu, 15 Jul 2010 14:11:14 +0200
changeset 11572 324bad1dc230
parent 9734 36c388a1aa51
permissions -rwxr-xr-x
Merge with stable

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

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

# Happy End
true