tests: replace an X+X revset with something meaningful
The change in aab2afc2bd82 seem to have been make too hastily.
--- a/tests/test-evolve-obshistory-phase-divergent.t Tue May 05 16:54:24 2020 +0800
+++ b/tests/test-evolve-obshistory-phase-divergent.t Tue May 05 16:29:52 2020 +0800
@@ -152,7 +152,7 @@
Check that obslog on the both draft (divergent) and public (diverged) revisions shows a coherent graph
- $ hg obslog 'fdf9bde5129a+fdf9bde5129a' --patch
+ $ hg obslog 'fdf9bde5129a+471f378eab4c' --patch
* fdf9bde5129a (2) A1
|
@ 471f378eab4c (1) A0
@@ -165,7 +165,7 @@
+A1
- $ hg obslog 'fdf9bde5129a+fdf9bde5129a' --no-graph -Tjson | python -m json.tool
+ $ hg obslog 'fdf9bde5129a+471f378eab4c' --no-graph -Tjson | python -m json.tool
[
{
"markers": [],