Mercurial > public > mercurial-scm > hg
diff mercurial/cmdutil.py @ 37840:853001c84114
cmdutil: remove unused 'confirmopts' constant
Follows up f10cb49951e1.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 19 Apr 2018 20:33:43 +0900 |
parents | 32a75a8a5b0f |
children | f1f8b655da32 |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Thu May 03 15:08:16 2018 +0900 +++ b/mercurial/cmdutil.py Thu Apr 19 20:33:43 2018 +0900 @@ -63,11 +63,6 @@ _('do not perform actions, just print output')), ] -confirmopts = [ - ('', 'confirm', None, - _('ask before applying actions')), -] - remoteopts = [ ('e', 'ssh', '', _('specify ssh command to use'), _('CMD')),