comparison relnotes/next @ 46142:634cea2c247f

relnotes: document automatically setting `HGPLAIN=1` for external hooks Differential Revision: https://phab.mercurial-scm.org/D9629
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 17 Dec 2020 13:33:27 -0500
parents 3ca5ca380a34
children a27aa754d6ba
comparison
equal deleted inserted replaced
46141:41733a1c3532 46142:634cea2c247f
35 shows one snapshot and a diff. This may be useful when at least one 35 shows one snapshot and a diff. This may be useful when at least one
36 side of the conflict is similar to the base. The new marker style 36 side of the conflict is similar to the base. The new marker style
37 is also supported by "premerge" as 37 is also supported by "premerge" as
38 `merge-tools.<tool>.premerge=keep-mergediff`. 38 `merge-tools.<tool>.premerge=keep-mergediff`.
39 39
40 * External hooks are now called with `HGPLAIN=1` preset.
41
40 == New Experimental Features == 42 == New Experimental Features ==
41 43
42 * `experimental.single-head-per-branch:public-changes-only` can be used 44 * `experimental.single-head-per-branch:public-changes-only` can be used
43 restrict the single head check to public revision. This is useful for 45 restrict the single head check to public revision. This is useful for
44 overlay repository that have both a publishing and non-publishing view 46 overlay repository that have both a publishing and non-publishing view