Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 13329:4e92ad05fe18
merge with stable
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 01 Feb 2011 01:55:45 +0100 |
parents | 716ce1ea6fec a939f08fae9c |
children | 69e69b131458 |
comparison
equal
deleted
inserted
replaced
13327:dc11e30b48a3 | 13329:4e92ad05fe18 |
---|---|
3946 remoteopts = [ | 3946 remoteopts = [ |
3947 ('e', 'ssh', '', | 3947 ('e', 'ssh', '', |
3948 _('specify ssh command to use'), _('CMD')), | 3948 _('specify ssh command to use'), _('CMD')), |
3949 ('', 'remotecmd', '', | 3949 ('', 'remotecmd', '', |
3950 _('specify hg command to run on the remote side'), _('CMD')), | 3950 _('specify hg command to run on the remote side'), _('CMD')), |
3951 ('', 'insecure', None, | |
3952 _('do not verify server certificate (ignoring web.cacerts config)')), | |
3951 ] | 3953 ] |
3952 | 3954 |
3953 walkopts = [ | 3955 walkopts = [ |
3954 ('I', 'include', [], | 3956 ('I', 'include', [], |
3955 _('include names matching the given patterns'), _('PATTERN')), | 3957 _('include names matching the given patterns'), _('PATTERN')), |