##// END OF EJS Templates
progress using tests: disable time estimates to avoid flakiness
Augie Fackler -
r13149:735dd8e8 default
parent child Browse files
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
@@ -230,6 +230,7 b' Enable progress extension for archive te'
230 > [progress]
230 > [progress]
231 > assume-tty = 1
231 > assume-tty = 1
232 > delay = 0
232 > delay = 0
233 > format = topic bar number
233 > refresh = 0
234 > refresh = 0
234 > width = 60
235 > width = 60
235 > EOF
236 > EOF
General Comments 0
You need to be logged in to leave comments. Login now