##// END OF EJS Templates
cmdutil: remove unused 'confirmopts' constant...
Yuya Nishihara -
r37861:853001c8 default
parent child Browse files
Show More
@@ -63,11 +63,6 b' dryrunopts = ['
63 63 _('do not perform actions, just print output')),
64 64 ]
65 65
66 confirmopts = [
67 ('', 'confirm', None,
68 _('ask before applying actions')),
69 ]
70
71 66 remoteopts = [
72 67 ('e', 'ssh', '',
73 68 _('specify ssh command to use'), _('CMD')),
General Comments 0
You need to be logged in to leave comments. Login now