diff -r 0b444d7c5c96 -r 8cfa3163dfaa tests/test-obsolete.t --- a/tests/test-obsolete.t Tue Jun 26 11:11:52 2012 +0200 +++ b/tests/test-obsolete.t Tue Jun 26 11:13:46 2012 +0200 @@ -72,6 +72,12 @@ @@ -0,0 +1,1 @@ +obsol_c +Test that obsolete successors a properly computed + + $ qlog -r 'successors(2)' --hidden + 3 + - 0d3f46688ccc + test obsolete changeset with no-obsolete descendant $ hg up 1 -q $ mkcommit "obsol_c'" # 4 (on 1) @@ -94,6 +100,11 @@ - 4538525df7e2 3 - 0d3f46688ccc + $ qlog -r 'allsuccessors(2)' --hidden + 3 + - 0d3f46688ccc + 4 + - 725c380fe99b $ hg up 3 -q Working directory parent is obsolete $ mkcommit d # 5 (on 3)