tests/test-install
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
Wed, 11 Nov 2009 17:48:00 +0100
changeset 9876 6e8a16dd3e30
parent 9734 36c388a1aa51
permissions -rwxr-xr-x
alias: improve help text for command aliases Displays the line "alias for: hg ..." with the original command including options, followed by the command's original help text.

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

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

# Happy End
true