# HG changeset patch # User Sushil khanchi # Date 2019-06-30 12:22:57 # Node ID 4cafbd3b50c6dda7715a3458b5d938b5e9a01230 # Parent 8306b6c29add62627a2c38528feaec6f030c4eac relnotes: document the new --force-close-branch flag Differential Revision: https://phab.mercurial-scm.org/D6590 diff --git a/relnotes/next b/relnotes/next --- a/relnotes/next +++ b/relnotes/next @@ -6,6 +6,9 @@ * `hg root` now has templating support, including support for showing where a repo share's source is. See `hg help -v root` for details. + * New `--force-close-branch` flag for `hg commit` to forcibly close + branch from a non-head changeset. + == New Experimental Features ==