diff -r c19b9282d3a7 -r a939f08fae9c mercurial/commands.py --- 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 = [