comparison tests/test-archive.t @ 17743:6047947afb6b

tests: drop filtercr.py and use the very explicit '\r (no-eol) (esc)' markup
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 10 Oct 2012 01:37:54 +0200
parents 331d611813ec
children dcb6a99e82ff
comparison
equal deleted inserted replaced
17742:405b6bd015df 17743:6047947afb6b
222 > delay = 0 222 > delay = 0
223 > refresh = 0 223 > refresh = 0
224 > width = 60 224 > width = 60
225 > EOF 225 > EOF
226 226
227 $ hg archive ../with-progress 2>&1 | "$TESTDIR/filtercr.py" 227 $ hg archive ../with-progress
228 228 \r (no-eol) (esc)
229 archiving [ ] 0/4 229 archiving [ ] 0/4\r (no-eol) (esc)
230 archiving [ ] 0/4 230 archiving [ ] 0/4\r (no-eol) (esc)
231 archiving [=========> ] 1/4 231 archiving [=========> ] 1/4\r (no-eol) (esc)
232 archiving [=========> ] 1/4 232 archiving [=========> ] 1/4\r (no-eol) (esc)
233 archiving [====================> ] 2/4 233 archiving [====================> ] 2/4\r (no-eol) (esc)
234 archiving [====================> ] 2/4 234 archiving [====================> ] 2/4\r (no-eol) (esc)
235 archiving [===============================> ] 3/4 235 archiving [===============================> ] 3/4\r (no-eol) (esc)
236 archiving [===============================> ] 3/4 236 archiving [===============================> ] 3/4\r (no-eol) (esc)
237 archiving [==========================================>] 4/4 237 archiving [==========================================>] 4/4\r (no-eol) (esc)
238 archiving [==========================================>] 4/4 238 archiving [==========================================>] 4/4\r (no-eol) (esc)
239 \r (esc) 239 \r (no-eol) (esc)
240 240
241 cleanup after progress extension test: 241 cleanup after progress extension test:
242 242
243 $ cp $HGRCPATH.no-progress $HGRCPATH 243 $ cp $HGRCPATH.no-progress $HGRCPATH
244 244