tests/test-evolve-obshistory-split.t
changeset 5339 258c0a99c5b0
parent 5309 9923c6d6f0a8
child 5349 e8660b28bfee
--- a/tests/test-evolve-obshistory-split.t	Tue May 05 16:52:59 2020 +0800
+++ b/tests/test-evolve-obshistory-split.t	Tue May 05 16:54:24 2020 +0800
@@ -1,5 +1,4 @@
-This test file test the various messages when accessing obsolete
-revisions.
+Testing obslog and other commands accessing obsolete revisions.
 
 Global setup
 ============
@@ -103,7 +102,7 @@
 Check output on the client side
 -------------------------------
 
-Check that debugobshistory on split commit show both targets
+Check that obslog on split commit shows both targets
   $ hg obslog 471597cad322 --hidden --patch
   x  471597cad322 (1) A0
        split(parent, content) as 337fec4d2edc, f257fde29c7a using split by test (Thu Jan 01 00:00:00 1970 +0000)
@@ -145,8 +144,8 @@
           "shortdescription": "A0"
       }
   ]
-Check that debugobshistory on the first successor after split show
-the revision plus the split one
+Check that obslog on the first successor after split shows the revision plus
+the split one
   $ hg obslog 337fec4d2edc --patch
   o  337fec4d2edc (2) A0
   |
@@ -155,7 +154,7 @@
          note: testing split
          (No patch available, too many successors (2))
   
-With the all option, it should show the three changesets
+With the all option, it should show all three changesets
   $ hg obslog --all 337fec4d2edc --patch
   o  337fec4d2edc (2) A0
   |
@@ -166,8 +165,8 @@
          note: testing split
          (No patch available, too many successors (2))
   
-Check that debugobshistory on the second successor after split show
-the revision plus the split one
+Check that obslog on the second successor after split shows the revision plus
+the split one
   $ hg obslog f257fde29c7a --patch
   @  f257fde29c7a (3) A0
   |
@@ -176,7 +175,7 @@
          note: testing split
          (No patch available, too many successors (2))
   
-With the all option, it should show the three changesets
+With the all option, it should show all three changesets
   $ hg obslog f257fde29c7a --all --patch
   o  337fec4d2edc (2) A0
   |
@@ -198,8 +197,7 @@
          note: testing split
          (No patch available, too many successors (2))
   
-Check that debugobshistory on both successors after split show
-a coherent graph
+Check that obslog on both successors after split shows a coherent graph
   $ hg obslog 'f257fde29c7a+337fec4d2edc' --patch
   o  337fec4d2edc (2) A0
   |