diff 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
line wrap: on
line diff
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -1404,7 +1404,7 @@ globalopts = [('v', 'verbose', None, 've
               ('', 'debug', None, 'debug mode'),
               ('q', 'quiet', None, 'quiet mode'),
               ('', 'profile', None, 'profile'),
-              ('C', 'cwd', '', 'change working directory'),
+              ('', 'cwd', '', 'change working directory'),
               ('R', 'repository', "", 'repository root directory'),
               ('', 'traceback', None, 'print traceback on exception'),
               ('y', 'noninteractive', None, 'run non-interactively'),