From patchwork Wed Sep 13 06:31:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2,of,4] configitems: register the 'mq.keepchanges' config From: Boris Feld X-Patchwork-Id: 23827 Message-Id: <7989e079e5fa27b7b185.1505284273@FB> To: mercurial-devel@mercurial-scm.org Cc: boris.feld@octobus.net Date: Wed, 13 Sep 2017 08:31:13 +0200 # HG changeset patch # User Boris Feld # Date 1498786995 -7200 # ven. juin 30 03:43:15 2017 +0200 # Node ID 7989e079e5fa27b7b185df9b0a5b7b2a80e025f6 # Parent ea821914bb23ec4365dbd92ca1ef4d25c4e28fb2 # EXP-Topic config.register.mq configitems: register the 'mq.keepchanges' config diff -r ea821914bb23 -r 7989e079e5fa hgext/mq.py --- a/hgext/mq.py ven. juin 30 03:43:14 2017 +0200 +++ b/hgext/mq.py ven. juin 30 03:43:15 2017 +0200 @@ -115,6 +115,9 @@ configitem('mq', 'git', default='auto', ) +configitem('mq', 'keepchanges', + default=False, +) # force load strip extension formerly included in mq and import some utility try: