From patchwork Sun May 6 02:55:15 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: cmdutil: remove unused 'confirmopts' constant From: Yuya Nishihara X-Patchwork-Id: 31277 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Sun, 06 May 2018 11:55:15 +0900 # HG changeset patch # User Yuya Nishihara # Date 1524137623 -32400 # Thu Apr 19 20:33:43 2018 +0900 # Node ID c2430f270cf08d47d1b3ed22c3a5f1af9db9f305 # Parent bebe0c7559fa5015d636a73be9fba988911ff760 cmdutil: remove unused 'confirmopts' constant Follows up f10cb49951e1. diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py --- a/mercurial/cmdutil.py +++ b/mercurial/cmdutil.py @@ -63,11 +63,6 @@ dryrunopts = [ _('do not perform actions, just print output')), ] -confirmopts = [ - ('', 'confirm', None, - _('ask before applying actions')), -] - remoteopts = [ ('e', 'ssh', '', _('specify ssh command to use'), _('CMD')),