view tests/test-install @ 11664:8b3fea709bd2

changegroupsubset(): with the fix, prune() is actually useful in the testsuite
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sat, 24 Jul 2010 00:03:19 +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