Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 955:307ca8ca234f
Remove -C alias for --cwd
author | mpm@selenic.com |
---|---|
date | Fri, 19 Aug 2005 16:51:44 -0800 |
parents | 52d8d81e72ad |
children | 3e11d5038649 |
comparison
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'), |