view tests/test-install @ 11349:cf8a9154a362

revset: fix call to ctx.extra() in closed()
author Georg Brandl <georg@python.org>
date Sun, 13 Jun 2010 23:25:27 +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