[PATCH 21 of 27] configitems: register the 'convert.ignoreancestorcheck' config
Boris Feld
boris.feld at octobus.net
Wed Sep 13 06:59:31 UTC 2017
# HG changeset patch
# User Boris Feld <boris.feld at octobus.net>
# Date 1498786555 -7200
# ven. juin 30 03:35:55 2017 +0200
# Node ID 93f4d32f9b691daee2af94acf20006c07dfd4556
# Parent ca528d5a3dd22f4ed658d1fa269cbcc1526d196d
# EXP-Topic config.register.convert
configitems: register the 'convert.ignoreancestorcheck' config
diff -r ca528d5a3dd2 -r 93f4d32f9b69 hgext/convert/__init__.py
--- a/hgext/convert/__init__.py ven. juin 30 03:35:48 2017 +0200
+++ b/hgext/convert/__init__.py ven. juin 30 03:35:55 2017 +0200
@@ -91,6 +91,9 @@
configitem('convert', 'hg.usebranchnames',
default=True,
)
+configitem('convert', 'ignoreancestorcheck',
+ default=False,
+)
# Commands definition was moved elsewhere to ease demandload job.
More information about the Mercurial-devel
mailing list