view tests/test-install @ 9914:f139814d20b3

merge with stable
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 23 Nov 2009 23:04:44 +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