view tests/test-install @ 11414:0fa4474bdc2f

pager: respect HGPLAIN Pager shouldn't be enabled for scripting use.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 20 Jun 2010 01:20:12 +0900
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