view tests/test-install @ 10751:440786f7f18b

patch: warn when the internal patcher fails hopefully we'll soon fix the remaining failures from the internal patcher, and not use the external one anymore.
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 22 Mar 2010 11:08:42 +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