equal
deleted
inserted
replaced
454 |
454 |
455 $ hg histedit tip --commands - 2>&1 <<EOF |
455 $ hg histedit tip --commands - 2>&1 <<EOF |
456 > edit ea55e2ae468f foo bar |
456 > edit ea55e2ae468f foo bar |
457 > EOF |
457 > EOF |
458 0 files updated, 0 files merged, 1 files removed, 0 files unresolved |
458 0 files updated, 0 files merged, 1 files removed, 0 files unresolved |
459 Editing (ea55e2ae468f), you may commit or record as needed now. |
459 Editing (ea55e2ae468f), commit as needed now to split the change |
460 (hg histedit --continue to resume) |
460 (to edit ea55e2ae468f, `hg histedit --continue` after making changes) |
461 [240] |
461 [240] |
462 $ echo 'foo bar' > a |
462 $ echo 'foo bar' > a |
463 $ hg qrecord -d '0 0' -m aaa a.patch <<EOF |
463 $ hg qrecord -d '0 0' -m aaa a.patch <<EOF |
464 > y |
464 > y |
465 > y |
465 > y |