# HG changeset patch # User Pierre-Yves David # Date 1459335374 25200 # Node ID 1cc2b87c91dfcca09481889d8456fced286bde83 # Parent b82769fd703b879598ffe3258501565f5c23302d 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. diff -r b82769fd703b -r 1cc2b87c91df tests/test-topic.t --- 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 <> $HGRCPATH + > [experimental] + > # disable the new graph style until we drop 3.7 support + > graphstyle.missing = | + > EOF $ hg help topics hg topics [TOPIC]