comparison tests/test-subrepo-recursion.t @ 25499:0fa964d6fd48

progress: move all logic altering the ui object logic in mercurial.ui The ui object can take care of its progress object logic by itself. test-subrepo-recursion is modified because it is a bit sensitive to the "no progress bar" default. It will become unnecessary in the next step when progress will be on by default in core.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Sun, 07 Jun 2015 17:50:56 -0700
parents 38fd17bcc083
children 37876ca00c0a
comparison
equal deleted inserted replaced
25498:7a5335ed7e1a 25499:0fa964d6fd48
256 $ cp $HGRCPATH $HGRCPATH.no-progress 256 $ cp $HGRCPATH $HGRCPATH.no-progress
257 $ cat >> $HGRCPATH <<EOF 257 $ cat >> $HGRCPATH <<EOF
258 > [extensions] 258 > [extensions]
259 > progress = 259 > progress =
260 > [progress] 260 > [progress]
261 > disable=False
261 > assume-tty = 1 262 > assume-tty = 1
262 > delay = 0 263 > delay = 0
263 > # set changedelay really large so we don't see nested topics 264 > # set changedelay really large so we don't see nested topics
264 > changedelay = 30000 265 > changedelay = 30000
265 > format = topic bar number 266 > format = topic bar number