view tests/test-install @ 9778:6cb1808e5ae7

Merge with i18n
author Matt Mackall <mpm@selenic.com>
date Sat, 07 Nov 2009 14:13:15 -0600
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