diff -r 02cc51ca6795 -r cb5983c0287f tests/test-amend.t --- a/tests/test-amend.t Wed Apr 08 01:16:59 2020 +0800 +++ b/tests/test-amend.t Fri May 08 22:18:15 2020 +0800 @@ -21,13 +21,20 @@ $ hg amend -d '0 0' -n "this a note on the obsmarker and supported for hg>=4.4" $ hg debugobsolete 07f4944404050f47db2e5c5071e0e84e7a27bba9 6a022cbb61d5ba0f03f98ff2d36319dfea1034ae 0 (*) {'ef1': '*', 'user': 'test'} (glob) - $ hg obslog + $ hg obslog --no-origin @ 6a022cbb61d5 (1) adda | x 07f494440405 (0) adda branch-changed(branch) as 6a022cbb61d5 using amend by test (Thu Jan 01 00:00:00 1970 +0000) note: this a note on the obsmarker and supported for hg>=4.4 + $ hg obslog + @ 6a022cbb61d5 (1) adda + | branch-changed(branch) from 07f494440405 using amend by test (Thu Jan 01 00:00:00 1970 +0000) + | note: this a note on the obsmarker and supported for hg>=4.4 + | + x 07f494440405 (0) adda + $ hg branch foo $ hg branches