Mercurial > hg
changeset 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 | 395571419274 |
children | 670eb4fa1b86 |
files | mercurial/cmdutil.py |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
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')),