view tests/test-install @ 10454:37b735d27347

tests: update help for add
author Matt Mackall <mpm@selenic.com>
date Sat, 13 Feb 2010 23:24:27 -0600
parents 36c388a1aa51
children
line wrap: on
line source

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

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

# Happy End
true