tests: remove "second diverged revision" from a phase divergence test
authorAnton Shestakov <av6@dwimlabs.net>
Tue, 05 May 2020 16:27:02 +0800
changeset 5337 9eba849b4c3d
parent 5336 b55c0cea3fa2
child 5338 7e93d9db1d1a
tests: remove "second diverged revision" from a phase divergence test It was basically testing the same thing twice with a different comment.
tests/test-evolve-obshistory-phase-divergent.t
--- a/tests/test-evolve-obshistory-phase-divergent.t	Tue May 05 15:43:43 2020 +0800
+++ b/tests/test-evolve-obshistory-phase-divergent.t	Tue May 05 16:27:02 2020 +0800
@@ -153,35 +153,6 @@
          +A1
   
   
-Check that debugobshistory on the second diverged revision show the revision
-and the diverent one
-  $ hg obslog fdf9bde5129a --patch
-  *  fdf9bde5129a (2) A1
-  |
-  @  471f378eab4c (1) A0
-       reworded(description) as fdf9bde5129a using amend by test (Thu Jan 01 00:00:00 1970 +0000)
-         diff -r 471f378eab4c -r fdf9bde5129a changeset-description
-         --- a/changeset-description
-         +++ b/changeset-description
-         @@ -1,1 +1,1 @@
-         -A0
-         +A1
-  
-  
-Check that all option show all of them
-  $ hg obslog fdf9bde5129a -a --patch
-  *  fdf9bde5129a (2) A1
-  |
-  @  471f378eab4c (1) A0
-       reworded(description) as fdf9bde5129a using amend by test (Thu Jan 01 00:00:00 1970 +0000)
-         diff -r 471f378eab4c -r fdf9bde5129a changeset-description
-         --- a/changeset-description
-         +++ b/changeset-description
-         @@ -1,1 +1,1 @@
-         -A0
-         +A1
-  
-  
 Check that debugobshistory on the both diverged revision show a coherent
 graph
   $ hg obslog 'fdf9bde5129a+fdf9bde5129a' --patch