tests/test-install
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sat, 06 Feb 2010 19:38:39 +0100
changeset 10350 fd511e9eeea6
parent 9734 36c388a1aa51
permissions -rwxr-xr-x
commands: do all branch heads by default, demote topological to -t/--topo

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

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

# Happy End
true