##// END OF EJS Templates
test-progress: fix whitespace typo
Martin Geisler -
r16675:f29f187e default
parent child Browse files
Show More
@@ -40,7 +40,7 b''
40 40 $ echo "progress=" >> $HGRCPATH
41 41 $ echo "loop=`pwd`/loop.py" >> $HGRCPATH
42 42 $ echo "[progress]" >> $HGRCPATH
43 $ echo "format = topic bar number" >> $HGRCPATH
43 $ echo "format = topic bar number" >> $HGRCPATH
44 44 $ echo "assume-tty=1" >> $HGRCPATH
45 45 $ echo "width=60" >> $HGRCPATH
46 46
General Comments 0
You need to be logged in to leave comments. Login now