# HG changeset patch # User Anton Shestakov # Date 1588667222 -28800 # Node ID 9eba849b4c3d95dddc84d7f419ac2ae7f298e6aa # Parent b55c0cea3fa2eabb1cbea0c9b3633e38cd7ec20b tests: remove "second diverged revision" from a phase divergence test It was basically testing the same thing twice with a different comment. diff -r b55c0cea3fa2 -r 9eba849b4c3d 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