From patchwork Wed Sep 13 06:59:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [22,of,27] configitems: register the 'convert.localtimezone' config From: Boris Feld X-Patchwork-Id: 23854 Message-Id: To: mercurial-devel@mercurial-scm.org Cc: boris.feld@octobus.net Date: Wed, 13 Sep 2017 08:59:32 +0200 # HG changeset patch # User Boris Feld # Date 1498786560 -7200 # ven. juin 30 03:36:00 2017 +0200 # Node ID b36390e8baa1d2336b270f588724c6cb764ea9f7 # Parent 93f4d32f9b691daee2af94acf20006c07dfd4556 # EXP-Topic config.register.convert configitems: register the 'convert.localtimezone' config diff -r 93f4d32f9b69 -r b36390e8baa1 hgext/convert/__init__.py --- a/hgext/convert/__init__.py ven. juin 30 03:35:55 2017 +0200 +++ b/hgext/convert/__init__.py ven. juin 30 03:36:00 2017 +0200 @@ -94,6 +94,9 @@ configitem('convert', 'ignoreancestorcheck', default=False, ) +configitem('convert', 'localtimezone', + default=False, +) # Commands definition was moved elsewhere to ease demandload job.