tests/test-install
author Sune Foldager <cryo@cyanite.org>
Sun, 07 Feb 2010 15:23:46 +0100
changeset 10379 a78bfaf988e1
parent 9734 36c388a1aa51
permissions -rwxr-xr-x
add -b/--branch option to clone, bundle, incoming, outgoing, pull, push

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

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

# Happy End
true