[PATCH 04 of 14] configitems: register the 'commands.rebase.requiredest' config

Boris Feld boris.feld at octobus.net
Fri Oct 6 05:22:20 EDT 2017


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1498786345 -7200
#      Fri Jun 30 03:32:25 2017 +0200
# Node ID c4a2db2cc0fbe473a7649b591c55e7696638e03e
# Parent  a5a810df4c815ba7f1e4f820504459a52ec39b2a
# EXP-Topic config.register.experimental
# Available At https://bitbucket.org/octobus/mercurial-devel/
#              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r c4a2db2cc0fb
configitems: register the 'commands.rebase.requiredest' config

diff -r a5a810df4c81 -r c4a2db2cc0fb hgext/rebase.py
--- a/hgext/rebase.py	Fri Jun 30 03:42:06 2017 +0200
+++ b/hgext/rebase.py	Fri Jun 30 03:32:25 2017 +0200
@@ -76,6 +76,10 @@
 configtable = {}
 configitem = registrar.configitem(configtable)
 
+configitem('commands', 'rebase.requiredest',
+            default=False,
+)
+
 configitem('experimental', 'rebaseskipobsolete',
     default=True,
 )


More information about the Mercurial-devel mailing list