equal
deleted
inserted
replaced
501 $ hg qnew a |
501 $ hg qnew a |
502 $ hg qrefresh -u 'foo |
502 $ hg qrefresh -u 'foo |
503 > bar' |
503 > bar' |
504 transaction abort! |
504 transaction abort! |
505 rollback completed |
505 rollback completed |
506 refresh interrupted while patch was popped! (revert --all, qpush to recover) |
506 qrefresh interrupted while patch was popped! (revert --all, qpush to recover) |
507 abort: username 'foo\nbar' contains a newline! |
507 abort: username 'foo\nbar' contains a newline! |
508 [255] |
508 [255] |
509 $ rm a |
509 $ rm a |
510 $ cat .hg/patches/a |
510 $ cat .hg/patches/a |
511 # HG changeset patch |
511 # HG changeset patch |
517 applying a |
517 applying a |
518 now at: a |
518 now at: a |
519 $ hg qrefresh -u ' ' |
519 $ hg qrefresh -u ' ' |
520 transaction abort! |
520 transaction abort! |
521 rollback completed |
521 rollback completed |
522 refresh interrupted while patch was popped! (revert --all, qpush to recover) |
522 qrefresh interrupted while patch was popped! (revert --all, qpush to recover) |
523 abort: empty username! |
523 abort: empty username! |
524 [255] |
524 [255] |
525 $ cat .hg/patches/a |
525 $ cat .hg/patches/a |
526 # HG changeset patch |
526 # HG changeset patch |
527 # Parent 0000000000000000000000000000000000000000 |
527 # Parent 0000000000000000000000000000000000000000 |