tests/test-install
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Fri, 16 Jul 2010 18:16:15 +0200
changeset 11621 e46a8b2331a6
parent 9734 36c388a1aa51
permissions -rwxr-xr-x
protocol: shuffle server methods to group send methods

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

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

# Happy End
true