view tests/test-install @ 10415:677f15da38c1

url: proxy handling, simplify and correctly deal with IPv6 Thanks to Henrik for testing.
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Thu, 11 Feb 2010 20:42:20 +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