view tests/test-install @ 12611:1f6bd49383b3 stable

Added signature for changeset 93d8bff78c96
author Matt Mackall <mpm@selenic.com>
date Fri, 01 Oct 2010 10:18:57 -0500
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