comparison mercurial/commands.py @ 10541:fac67f0bfbb2 stable

commands: clarify --config syntax
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Wed, 24 Feb 2010 11:04:56 -0300
parents 9c0ba837dc65
children b1339234080e
comparison
equal deleted inserted replaced
10540:dd9d057465c1 10541:fac67f0bfbb2
3332 ('', 'cwd', '', _('change working directory')), 3332 ('', 'cwd', '', _('change working directory')),
3333 ('y', 'noninteractive', None, 3333 ('y', 'noninteractive', None,
3334 _('do not prompt, assume \'yes\' for any required answers')), 3334 _('do not prompt, assume \'yes\' for any required answers')),
3335 ('q', 'quiet', None, _('suppress output')), 3335 ('q', 'quiet', None, _('suppress output')),
3336 ('v', 'verbose', None, _('enable additional output')), 3336 ('v', 'verbose', None, _('enable additional output')),
3337 ('', 'config', [], _('set/override config option')), 3337 ('', 'config', [],
3338 _('set/override config option (use \'section.name=value\')')),
3338 ('', 'debug', None, _('enable debugging output')), 3339 ('', 'debug', None, _('enable debugging output')),
3339 ('', 'debugger', None, _('start debugger')), 3340 ('', 'debugger', None, _('start debugger')),
3340 ('', 'encoding', encoding.encoding, _('set the charset encoding')), 3341 ('', 'encoding', encoding.encoding, _('set the charset encoding')),
3341 ('', 'encodingmode', encoding.encodingmode, 3342 ('', 'encodingmode', encoding.encodingmode,
3342 _('set the charset encoding mode')), 3343 _('set the charset encoding mode')),