543
543
help='Branch to operate on, instead of working directory.')
544
544
_global_option('file', type=unicode, short_name='F')
545
545
_global_registry_option('log-format', "Use specified log format.",
547
547
value_switches=True, title='Log format',
548
548
short_value_switches={'short': 'S'})
549
549
_global_registry_option('merge-type', 'Select a particular merge algorithm.',
551
551
value_switches=True, title='Merge algorithm')
552
552
_global_option('message', type=unicode,