tests/test-install
author Matt Mackall <mpm@selenic.com>
Mon, 16 Nov 2009 12:51:00 -0600
changeset 9866 e8e9f523ffe8
parent 9734 36c388a1aa51
permissions -rwxr-xr-x
Merge with i18n

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

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

# Happy End
true