--- a/tests/test-evolve-obshistory-content-divergent.t Tue May 05 16:52:59 2020 +0800
+++ b/tests/test-evolve-obshistory-content-divergent.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
============
@@ -79,7 +78,7 @@
Actual test
-----------
-Check that debugobshistory on the divergent revision show both destinations
+Check that obslog on the divergent revision shows both destinations
$ hg obslog --hidden 471f378eab4c --patch
x 471f378eab4c (1) A0
reworded(description) as 65b757b745b9 using amend by test (Thu Jan 01 00:00:00 1970 +0000)
@@ -175,8 +174,8 @@
"shortdescription": "A0"
}
]
-Check that debugobshistory on the first diverged revision show the revision
-and the diverent one
+Check that obslog on the first diverged revision shows the revision and the
+divergent one
$ hg obslog fdf9bde5129a --patch
* fdf9bde5129a (2) A1
|
@@ -199,7 +198,7 @@
-Check that all option show all of them
+Check that all option shows all of them
$ hg obslog fdf9bde5129a -a --patch
@ 65b757b745b9 (3) A2
|
@@ -223,8 +222,8 @@
+A1
-Check that debugobshistory on the second diverged revision show the revision
-and the diverent one
+Check that obslog on the second diverged revision shows the revision and the
+divergent one
$ hg obslog 65b757b745b9 --patch
@ 65b757b745b9 (3) A2
|
@@ -246,7 +245,7 @@
+A1
-Check that all option show all of them
+Check that all option shows all of them
$ hg obslog 65b757b745b9 -a --patch
@ 65b757b745b9 (3) A2
|
@@ -270,8 +269,7 @@
+A1
-Check that debugobshistory on the both diverged revision show a coherent
-graph
+Check that obslog on the both diverged revision shows a coherent graph
$ hg obslog '65b757b745b9+fdf9bde5129a' --patch
@ 65b757b745b9 (3) A2
|