mercurial/commands.py
changeset 13329 4e92ad05fe18
parent 13303 716ce1ea6fec
parent 13328 a939f08fae9c
child 13343 69e69b131458
--- a/mercurial/commands.py	Mon Jan 31 22:16:33 2011 +0100
+++ b/mercurial/commands.py	Tue Feb 01 01:55:45 2011 +0100
@@ -3948,6 +3948,8 @@
      _('specify ssh command to use'), _('CMD')),
     ('', 'remotecmd', '',
      _('specify hg command to run on the remote side'), _('CMD')),
+    ('', 'insecure', None,
+     _('do not verify server certificate (ignoring web.cacerts config)')),
 ]
 
 walkopts = [