equal
deleted
inserted
replaced
550 if options['traceback']: |
550 if options['traceback']: |
551 ui.setconfig('ui', 'traceback', 'on') |
551 ui.setconfig('ui', 'traceback', 'on') |
552 if options['noninteractive']: |
552 if options['noninteractive']: |
553 ui.setconfig('ui', 'interactive', 'off') |
553 ui.setconfig('ui', 'interactive', 'off') |
554 |
554 |
|
555 if cmdoptions.get('insecure', False): |
|
556 ui.setconfig('web', 'cacerts', '') |
|
557 |
555 if options['help']: |
558 if options['help']: |
556 return commands.help_(ui, cmd, options['version']) |
559 return commands.help_(ui, cmd, options['version']) |
557 elif options['version']: |
560 elif options['version']: |
558 return commands.version_(ui) |
561 return commands.version_(ui) |
559 elif not cmd: |
562 elif not cmd: |