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/shecho '% hg debuginstall'hg debuginstallecho '% hg debuginstall with no username'HGUSER= hg debuginstall# Happy Endtrue