tests/test-install
author Matt Mackall <mpm@selenic.com>
Thu, 20 May 2010 13:27:28 -0500
changeset 11202 f974fe896921
parent 9734 36c388a1aa51
permissions -rwxr-xr-x
strip: hide unbundle messages by default Unbundling is an internal implementation detail for strip, only show them with --verbose.

#!/bin/sh

echo '% hg debuginstall'
hg debuginstall

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

# Happy End
true