[PATCH 6 of 6] configitems: register the 'experimental.histeditng' config

Boris Feld boris.feld at octobus.net
Wed Oct 4 09:54:11 EDT 2017


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1498786883 -7200
#      Fri Jun 30 03:41:23 2017 +0200
# Node ID c52cddc01d8d446da8679fbcf1814ecb63186cc0
# Parent  d74488c426c9302f7d32a8954a5b1aa434a0aeae
# EXP-Topic config.register.histedit
configitems: register the 'experimental.histeditng' config

diff -r d74488c426c9 -r c52cddc01d8d hgext/histedit.py
--- a/hgext/histedit.py	Fri Jun 30 03:41:19 2017 +0200
+++ b/hgext/histedit.py	Fri Jun 30 03:41:23 2017 +0200
@@ -218,6 +218,9 @@
 configitem('experimental', 'histedit.autoverb',
     default=False,
 )
+configitem('experimental', 'histeditng',
+    default=False,
+)
 configitem('histedit', 'defaultrev',
     default=configitems.dynamicdefault,
 )


More information about the Mercurial-devel mailing list