view tests/test-install @ 10318:325a6aa95eea

merge with stable
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 05 Feb 2010 17:24:38 +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