tests: replace an X+X revset with something meaningful
authorAnton Shestakov <av6@dwimlabs.net>
Tue, 05 May 2020 16:29:52 +0800
changeset 5340 9351e6c22e74
parent 5339 258c0a99c5b0
child 5341 13376ca93fa3
tests: replace an X+X revset with something meaningful The change in aab2afc2bd82 seem to have been make too hastily.
tests/test-evolve-obshistory-phase-divergent.t
--- 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": [],