view tests/test-install @ 10880:4775fc1e04a8

merge with stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 09 Apr 2010 15:16:52 +0200
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