mercurial/commands.py
changeset 577 5291a16324c0
parent 562 be6233a2bfdd
child 580 353a2ce50423
equal deleted inserted replaced
576:da11baf5de7b 577:5291a16324c0
   845 def dispatch(args):
   845 def dispatch(args):
   846     options = {}
   846     options = {}
   847     opts = [('v', 'verbose', None, 'verbose'),
   847     opts = [('v', 'verbose', None, 'verbose'),
   848             ('d', 'debug', None, 'debug'),
   848             ('d', 'debug', None, 'debug'),
   849             ('q', 'quiet', None, 'quiet'),
   849             ('q', 'quiet', None, 'quiet'),
   850             ('p', 'profile', None, 'profile'),
   850             ('', 'profile', None, 'profile'),
   851             ('R', 'repository', "", 'repository root directory'),
   851             ('R', 'repository', "", 'repository root directory'),
   852             ('', 'traceback', None, 'print traceback on exception'),
   852             ('', 'traceback', None, 'print traceback on exception'),
   853             ('y', 'noninteractive', None, 'run non-interactively'),
   853             ('y', 'noninteractive', None, 'run non-interactively'),
   854             ('', 'version', None, 'output version information and exit'),
   854             ('', 'version', None, 'output version information and exit'),
   855             ]
   855             ]