[PATCH 2 of 6] configitems: register the 'patchbomb.confirm' config

Boris Feld boris.feld at octobus.net
Mon Sep 11 09:31:49 EDT 2017


# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1498787018 -7200
#      ven. juin 30 03:43:38 2017 +0200
# Node ID 6bb52f8fe58399f4d1a7caec44e3ae5c9078e159
# Parent  f6e0ac2346b8b5dc54560eb5e9b235dcbec9c3b2
# EXP-Topic config.register.patchbomb
configitems: register the 'patchbomb.confirm' config

diff -r f6e0ac2346b8 -r 6bb52f8fe583 hgext/patchbomb.py
--- a/hgext/patchbomb.py	ven. juin 30 03:43:37 2017 +0200
+++ b/hgext/patchbomb.py	ven. juin 30 03:43:38 2017 +0200
@@ -106,6 +106,9 @@
 configitem('patchbomb', 'bundletype',
     default=None,
 )
+configitem('patchbomb', 'confirm',
+    default=False,
+)
 
 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should


More information about the Mercurial-devel mailing list