tests/test-amend.t
branchmercurial-4.6
changeset 5368 844b1ad5b34b
parent 5163 1752a2e7a226
parent 5363 c7c37251d0e2
--- a/tests/test-amend.t	Wed Apr 08 01:17:01 2020 +0800
+++ b/tests/test-amend.t	Fri May 08 22:50:09 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