view tests/test-install @ 10894:26cf11f9f322

keyword: make the templater a local variable After 6722ba3bf80b a class attribute makes no sense.
author Christian Ebert <blacktrash@gmx.net>
date Mon, 12 Apr 2010 17:34:12 +0200
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