view tests/test-install @ 9997:c08583734fc5

Merge with stable
author Sune Foldager <cryo@cyanite.org>
date Thu, 03 Dec 2009 11:07:14 +0100
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