# HG changeset patch # User Matt Harbison # Date 1608230007 18000 # Node ID 634cea2c247f1b111cb655c42a07783e1ec06772 # Parent 41733a1c35322b166d82a8eced8255a39dbc4b2b relnotes: document automatically setting `HGPLAIN=1` for external hooks Differential Revision: https://phab.mercurial-scm.org/D9629 diff -r 41733a1c3532 -r 634cea2c247f relnotes/next --- a/relnotes/next Sat Nov 28 22:27:12 2020 +0100 +++ b/relnotes/next Thu Dec 17 13:33:27 2020 -0500 @@ -37,6 +37,8 @@ is also supported by "premerge" as `merge-tools..premerge=keep-mergediff`. + * External hooks are now called with `HGPLAIN=1` preset. + == New Experimental Features == * `experimental.single-head-per-branch:public-changes-only` can be used