tests/test-install
author Matt Mackall <mpm@selenic.com>
Sun, 08 Nov 2009 10:24:18 -0600
changeset 9782 c1c40511c276
parent 9734 36c388a1aa51
permissions -rwxr-xr-x
subrepo: add more debugging output, lose _ markers

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

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

# Happy End
true