mercurial/commands.py
changeset 955 307ca8ca234f
parent 953 52d8d81e72ad
child 961 3e11d5038649
equal deleted inserted replaced
954:f179a3a4af3c 955:307ca8ca234f
  1402 
  1402 
  1403 globalopts = [('v', 'verbose', None, 'verbose mode'),
  1403 globalopts = [('v', 'verbose', None, 'verbose mode'),
  1404               ('', 'debug', None, 'debug mode'),
  1404               ('', 'debug', None, 'debug mode'),
  1405               ('q', 'quiet', None, 'quiet mode'),
  1405               ('q', 'quiet', None, 'quiet mode'),
  1406               ('', 'profile', None, 'profile'),
  1406               ('', 'profile', None, 'profile'),
  1407               ('C', 'cwd', '', 'change working directory'),
  1407               ('', 'cwd', '', 'change working directory'),
  1408               ('R', 'repository', "", 'repository root directory'),
  1408               ('R', 'repository', "", 'repository root directory'),
  1409               ('', 'traceback', None, 'print traceback on exception'),
  1409               ('', 'traceback', None, 'print traceback on exception'),
  1410               ('y', 'noninteractive', None, 'run non-interactively'),
  1410               ('y', 'noninteractive', None, 'run non-interactively'),
  1411               ('', 'version', None, 'output version information and exit'),
  1411               ('', 'version', None, 'output version information and exit'),
  1412               ('', 'time', None, 'time how long the command takes'),
  1412               ('', 'time', None, 'time how long the command takes'),