diff tests/test-topic.t @ 1931:1cc2b87c91df

test: disable the new style rendering for "missing parent" The style kicks in when we display a partial tree. Supporting test running both 3.7 and default with this is painful, we disable the new feature for now.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 30 Mar 2016 03:56:14 -0700
parents c8e4c6e03957
children bdc5bb223b50
line wrap: on
line diff
--- a/tests/test-topic.t	Mon Mar 21 21:39:14 2016 -0700
+++ b/tests/test-topic.t	Wed Mar 30 03:56:14 2016 -0700
@@ -6,6 +6,11 @@
   > [phases]
   > publish=false
   > EOF
+  $ cat <<EOF >> $HGRCPATH
+  > [experimental]
+  > # disable the new graph style until we drop 3.7 support
+  > graphstyle.missing = |
+  > EOF
 
   $ hg help topics
   hg topics [TOPIC]