diff -r b6ba296532cb -r 772cc931f085 tests/test-metaedit.t --- a/tests/test-metaedit.t Fri Nov 17 03:13:52 2017 +0530 +++ b/tests/test-metaedit.t Fri Nov 17 03:14:08 2017 +0530 @@ -134,7 +134,7 @@ abort: editing multiple revisions without --fold is not currently supported [255] - $ HGEDITOR=cat hg metaedit '.^::.' --fold + $ HGEDITOR=cat hg metaedit '.^::.' --fold --note "folding changesets using metaedit" HG: This is a fold of 2 changesets. HG: Commit message of changeset 6. @@ -161,6 +161,21 @@ | ~ + $ hg obslog -r . + @ a08d35fd7d9d (9) E + |\ + x | 212b2a2b87cd (8) F + | | rewritten(description, user, parent, content) as a08d35fd7d9d by test (Thu Jan 01 00:00:00 1970 +0000) + | | note: 'folding changesets using metaedit' + | | + | x c2bd843aa246 (6) E + | rewritten(description, content) as a08d35fd7d9d by test (Thu Jan 01 00:00:00 1970 +0000) + | note: 'folding changesets using metaedit' + | + x 587528abfffe (7) F + rewritten(user) as 212b2a2b87cd by test (Thu Jan 01 00:00:00 1970 +0000) + + no new commit is created here because the date is the same $ HGEDITOR=cat hg metaedit E