Show More
@@ -214,6 +214,7 b' enable progress extension:' | |||||
214 | > progress = |
|
214 | > progress = | |
215 | > [progress] |
|
215 | > [progress] | |
216 | > assume-tty = 1 |
|
216 | > assume-tty = 1 | |
|
217 | > format = topic bar number | |||
217 | > delay = 0 |
|
218 | > delay = 0 | |
218 | > refresh = 0 |
|
219 | > refresh = 0 | |
219 | > width = 60 |
|
220 | > width = 60 |
@@ -167,6 +167,7 b" Test convert progress bar'" | |||||
167 | > [progress] |
|
167 | > [progress] | |
168 | > assume-tty = 1 |
|
168 | > assume-tty = 1 | |
169 | > delay = 0 |
|
169 | > delay = 0 | |
|
170 | > format = topic bar number | |||
170 | > refresh = 0 |
|
171 | > refresh = 0 | |
171 | > width = 60 |
|
172 | > width = 60 | |
172 | > EOF |
|
173 | > EOF |
@@ -27,6 +27,7 b'' | |||||
27 | $ echo "progress=" >> $HGRCPATH |
|
27 | $ echo "progress=" >> $HGRCPATH | |
28 | $ echo "loop=`pwd`/loop.py" >> $HGRCPATH |
|
28 | $ echo "loop=`pwd`/loop.py" >> $HGRCPATH | |
29 | $ echo "[progress]" >> $HGRCPATH |
|
29 | $ echo "[progress]" >> $HGRCPATH | |
|
30 | $ echo "format = topic bar number" >> $HGRCPATH | |||
30 | $ echo "assume-tty=1" >> $HGRCPATH |
|
31 | $ echo "assume-tty=1" >> $HGRCPATH | |
31 | $ echo "width=60" >> $HGRCPATH |
|
32 | $ echo "width=60" >> $HGRCPATH | |
32 |
|
33 |
General Comments 0
You need to be logged in to leave comments.
Login now