diff -r f530850c8184 -r b58e45aa9be2 tests/test-evolve-obshistory-split.t --- a/tests/test-evolve-obshistory-split.t Tue Mar 26 12:30:10 2019 +0100 +++ b/tests/test-evolve-obshistory-split.t Tue Mar 26 12:53:50 2019 +0100 @@ -6,8 +6,8 @@ $ . $TESTDIR/testlib/obshistory_setup.sh -Test output with splitted commit -================================ +Test output with split commit +============================= Test setup ---------- @@ -98,7 +98,7 @@ Check output on the client side ------------------------------- -Check that debugobshistory on splitted commit show both targets +Check that debugobshistory on split commit show both targets $ hg obslog 471597cad322 --hidden --patch x 471597cad322 (1) A0 rewritten(parent, content) as 337fec4d2edc, f257fde29c7a using split by test (Thu Jan 01 00:00:00 1970 +0000) @@ -134,7 +134,7 @@ } ] Check that debugobshistory on the first successor after split show -the revision plus the splitted one +the revision plus the split one $ hg obslog 337fec4d2edc --patch o 337fec4d2edc (2) A0 | @@ -155,7 +155,7 @@ (No patch available, too many successors (2)) Check that debugobshistory on the second successor after split show -the revision plus the splitted one +the revision plus the split one $ hg obslog f257fde29c7a --patch @ f257fde29c7a (3) A0 | @@ -175,7 +175,7 @@ note: testing split (No patch available, too many successors (2)) -Obslog with all option all should also works on the splitted commit +Obslog with all option all should also works on the split commit $ hg obslog -a 471597cad322 --hidden --patch o 337fec4d2edc (2) A0 |