view tests/test-install @ 10231:9bf3ebdb19ae stable

merge stable together
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 11 Jan 2010 22:41:02 +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