mercurial/commands.py
branchstable
changeset 13328 a939f08fae9c
parent 13230 827a1cc127bf
child 13329 4e92ad05fe18
child 13340 02aa06a021a0
--- a/mercurial/commands.py	Mon Jan 31 13:33:41 2011 +0100
+++ b/mercurial/commands.py	Sat Jan 29 23:23:24 2011 +0900
@@ -3943,6 +3943,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 = [