Mercurial > evolve
changeset 5289:9eba849b4c3d
tests: remove "second diverged revision" from a phase divergence test
It was basically testing the same thing twice with a different comment.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 05 May 2020 16:27:02 +0800 |
parents | b55c0cea3fa2 |
children | 7e93d9db1d1a |
files | tests/test-evolve-obshistory-phase-divergent.t |
diffstat | 1 files changed, 0 insertions(+), 29 deletions(-) [+] |
line wrap: on
line diff
--- 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