##// END OF EJS Templates
test-patchbomb: add test for progress support (1ed2dc9d4368)
Yuya Nishihara -
r12845:685d884f stable
parent child Browse files
Show More
@@ -145,8 +145,10 b''
145 +b
145 +b
146
146
147
147
148 $ hg email -m test.mbox -f quux -t foo -c bar -s test 0:tip
148 $ hg email -m test.mbox -f quux -t foo -c bar -s test 0:tip \
149 This patch series consists of 2 patches.
149 > --config extensions.progress= --config progress.assume-tty=1 \
150 > --config progress.delay=0 --config progress.refresh=0
151 \rwriting [ ] 0/3\rwriting [ ] 0/3\r \r\r \r\rwriting [====================> ] 1/3\rwriting [====================> ] 1/3\r \r\r \r\rwriting [==========================================> ] 2/3\rwriting [==========================================> ] 2/3\r \rThis patch series consists of 2 patches.
150
152
151
153
152 Write the introductory message for the patch series.
154 Write the introductory message for the patch series.
General Comments 0
You need to be logged in to leave comments. Login now