Show More
@@ -269,8 +269,6 b' enable progress extension:' | |||||
269 |
|
269 | |||
270 | $ cp $HGRCPATH $HGRCPATH.no-progress |
|
270 | $ cp $HGRCPATH $HGRCPATH.no-progress | |
271 | $ cat >> $HGRCPATH <<EOF |
|
271 | $ cat >> $HGRCPATH <<EOF | |
272 | > [extensions] |
|
|||
273 | > progress = |
|
|||
274 | > [progress] |
|
272 | > [progress] | |
275 | > assume-tty = 1 |
|
273 | > assume-tty = 1 | |
276 | > format = topic bar number |
|
274 | > format = topic bar number |
@@ -152,8 +152,6 b' Try updating' | |||||
152 | Test convert progress bar |
|
152 | Test convert progress bar | |
153 |
|
153 | |||
154 | $ cat >> $HGRCPATH <<EOF |
|
154 | $ cat >> $HGRCPATH <<EOF | |
155 | > [extensions] |
|
|||
156 | > progress = |
|
|||
157 | > [progress] |
|
155 | > [progress] | |
158 | > assume-tty = 1 |
|
156 | > assume-tty = 1 | |
159 | > delay = 0 |
|
157 | > delay = 0 |
@@ -255,8 +255,6 b' Enable progress extension for archive te' | |||||
255 |
|
255 | |||
256 | $ cp $HGRCPATH $HGRCPATH.no-progress |
|
256 | $ cp $HGRCPATH $HGRCPATH.no-progress | |
257 | $ cat >> $HGRCPATH <<EOF |
|
257 | $ cat >> $HGRCPATH <<EOF | |
258 | > [extensions] |
|
|||
259 | > progress = |
|
|||
260 | > [progress] |
|
258 | > [progress] | |
261 | > disable=False |
|
259 | > disable=False | |
262 | > assume-tty = 1 |
|
260 | > assume-tty = 1 |
General Comments 0
You need to be logged in to leave comments.
Login now