diff -r dc11e30b48a3 -r 4e92ad05fe18 mercurial/commands.py --- 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 = [