view tests/test-install @ 10979:4760b17aee19

Merge with stable
author Martin Geisler <mg@lazybytes.net>
date Sun, 25 Apr 2010 16:46:44 +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