changeset 42552:4cafbd3b50c6

relnotes: document the new --force-close-branch flag Differential Revision: https://phab.mercurial-scm.org/D6590
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Sun, 30 Jun 2019 17:52:57 +0530
parents 8306b6c29add
children e3df1e15bee9
files relnotes/next
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/relnotes/next	Tue Jun 11 20:53:14 2019 +0300
+++ b/relnotes/next	Sun Jun 30 17:52:57 2019 +0530
@@ -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 ==