Show More
@@ -163,7 +163,7 b' class progbar(object):' | |||
|
163 | 163 | sys.stderr.flush() |
|
164 | 164 | |
|
165 | 165 | def clear(self): |
|
166 | if not shouldprint(self.ui): | |
|
166 | if not self.printed or not self.lastprint or not shouldprint(self.ui): | |
|
167 | 167 | return |
|
168 | 168 | sys.stderr.write('\r%s\r' % (' ' * self.width())) |
|
169 | 169 | if self.printed: |
@@ -322,8 +322,6 b' dir, options none' | |||
|
322 | 322 | \r (no-eol) (esc) |
|
323 | 323 | deleting [===========================================>] 2/2\r (no-eol) (esc) |
|
324 | 324 | \r (no-eol) (esc) |
|
325 | \r (no-eol) (esc) | |
|
326 | \r (no-eol) (esc) | |
|
327 | 325 | removing test/bar (glob) |
|
328 | 326 | removing test/foo (glob) |
|
329 | 327 | exit code: 0 |
@@ -348,8 +346,6 b' dir, options -f' | |||
|
348 | 346 | \r (no-eol) (esc) |
|
349 | 347 | deleting [===========================================>] 2/2\r (no-eol) (esc) |
|
350 | 348 | \r (no-eol) (esc) |
|
351 | \r (no-eol) (esc) | |
|
352 | \r (no-eol) (esc) | |
|
353 | 349 | removing test/bar (glob) |
|
354 | 350 | removing test/foo (glob) |
|
355 | 351 | exit code: 0 |
@@ -374,8 +370,6 b' dir, options -A' | |||
|
374 | 370 | \r (no-eol) (esc) |
|
375 | 371 | deleting [===========================================>] 1/1\r (no-eol) (esc) |
|
376 | 372 | \r (no-eol) (esc) |
|
377 | \r (no-eol) (esc) | |
|
378 | \r (no-eol) (esc) | |
|
379 | 373 | removing test/bar (glob) |
|
380 | 374 | not removing test/foo: file still exists (glob) |
|
381 | 375 | exit code: 1 |
@@ -400,8 +394,6 b' dir, options -Af' | |||
|
400 | 394 | \r (no-eol) (esc) |
|
401 | 395 | deleting [===========================================>] 2/2\r (no-eol) (esc) |
|
402 | 396 | \r (no-eol) (esc) |
|
403 | \r (no-eol) (esc) | |
|
404 | \r (no-eol) (esc) | |
|
405 | 397 | removing test/bar (glob) |
|
406 | 398 | removing test/foo (glob) |
|
407 | 399 | exit code: 0 |
@@ -429,8 +421,6 b' test remove dropping empty trees (issue1' | |||
|
429 | 421 | \r (no-eol) (esc) |
|
430 | 422 | deleting [===========================================>] 1/1\r (no-eol) (esc) |
|
431 | 423 | \r (no-eol) (esc) |
|
432 | \r (no-eol) (esc) | |
|
433 | \r (no-eol) (esc) | |
|
434 | 424 | removing issue1861/b/c/y (glob) |
|
435 | 425 | $ hg ci -m remove |
|
436 | 426 | $ ls issue1861 |
@@ -465,8 +455,6 b' handling of untracked directories and mi' | |||
|
465 | 455 | \r (no-eol) (esc) |
|
466 | 456 | deleting [===========================================>] 1/1\r (no-eol) (esc) |
|
467 | 457 | \r (no-eol) (esc) |
|
468 | \r (no-eol) (esc) | |
|
469 | \r (no-eol) (esc) | |
|
470 | 458 | removing d1/a (glob) |
|
471 | 459 | |
|
472 | 460 | $ hg rm --after nosuch |
@@ -214,8 +214,6 b' Check that deep archiving works' | |||
|
214 | 214 | \r (no-eol) (esc) |
|
215 | 215 | deleting [===========================================>] 2/2\r (no-eol) (esc) |
|
216 | 216 | \r (no-eol) (esc) |
|
217 | \r (no-eol) (esc) | |
|
218 | \r (no-eol) (esc) | |
|
219 | 217 | removing sub1/sub2/folder/test.txt (glob) |
|
220 | 218 | removing sub1/sub2/test.txt (glob) |
|
221 | 219 | $ hg status -S |
General Comments 0
You need to be logged in to leave comments.
Login now