tests/test-install
author Matt Mackall <mpm@selenic.com>
Mon, 05 Apr 2010 15:25:08 -0500
changeset 10848 01346cea5485
parent 9734 36c388a1aa51
permissions -rwxr-xr-x
templater: privatize class variables

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

echo '% hg debuginstall with no username'
HGUSER= hg debuginstall

# Happy End
true