comparison tests/test-progress.t @ 16675:f29f187ee73d

test-progress: fix whitespace typo
author Martin Geisler <mg@lazybytes.net>
date Fri, 11 May 2012 15:13:13 +0200
parents 4f795f5fbb0b
children 6047947afb6b
comparison
equal deleted inserted replaced
16674:76c744e0c5bb 16675:f29f187ee73d
38 $ cp $HGRCPATH $HGRCPATH.orig 38 $ cp $HGRCPATH $HGRCPATH.orig
39 $ echo "[extensions]" >> $HGRCPATH 39 $ echo "[extensions]" >> $HGRCPATH
40 $ echo "progress=" >> $HGRCPATH 40 $ echo "progress=" >> $HGRCPATH
41 $ echo "loop=`pwd`/loop.py" >> $HGRCPATH 41 $ echo "loop=`pwd`/loop.py" >> $HGRCPATH
42 $ echo "[progress]" >> $HGRCPATH 42 $ echo "[progress]" >> $HGRCPATH
43 $ echo "format = topic bar number" >> $HGRCPATH 43 $ echo "format = topic bar number" >> $HGRCPATH
44 $ echo "assume-tty=1" >> $HGRCPATH 44 $ echo "assume-tty=1" >> $HGRCPATH
45 $ echo "width=60" >> $HGRCPATH 45 $ echo "width=60" >> $HGRCPATH
46 46
47 test default params, display nothing because of delay 47 test default params, display nothing because of delay
48 48