comparison tests/test-mq.out @ 7782:140429276b63

mq: handle empty patches more gracefully (issue1501)
author Matt Mackall <mpm@selenic.com>
date Mon, 16 Feb 2009 17:37:23 -0600
parents fb32ae9c76e7
children 7b813bdbd5d0
comparison
equal deleted inserted replaced
7781:a45206455d85 7782:140429276b63
484 patch queue now empty 484 patch queue now empty
485 % qpush should fail, local changes 485 % qpush should fail, local changes
486 abort: local changes found, refresh first 486 abort: local changes found, refresh first
487 % apply force, should not discard changes with empty patch 487 % apply force, should not discard changes with empty patch
488 applying empty 488 applying empty
489 patch: **** Only garbage was found in the patch input.
490 patch failed, unable to continue (try -v)
491 patch empty is empty 489 patch empty is empty
492 now at: empty 490 now at: empty
493 diff -r bf5fc3f07a0a hello.txt 491 diff -r bf5fc3f07a0a hello.txt
494 --- a/hello.txt 492 --- a/hello.txt
495 +++ b/hello.txt 493 +++ b/hello.txt