# HG changeset patch # User Yuya Nishihara # Date 2018-04-19 11:33:43 # Node ID 853001c841146207d51790efbfbd636e1d4e38c5 # Parent 395571419274ee851b554d24a27fd4ce45788a88 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')),