# HG changeset patch # User mpm@selenic.com # Date 1120347263 28800 # Node ID 5291a16324c07b6803a5b92a5497fe3f59c85913 # Parent da11baf5de7b53a9499d28388f7d097b8a4fd3b3 Remove -p global switch in preparation for combining namespaces -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Remove -p global switch in preparation for combining namespaces manifest hash: 88b5d17097aababa5c2c9242deba51598b207e3c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCxyR/ywK+sNU5EO8RAvPbAJ0XtMA5E1y71hrx9ahBxU3sys98LwCghnz/ xks9tYPTnG8aizwEmg68EGw= =5MkD -----END PGP SIGNATURE----- diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -847,7 +847,7 @@ def dispatch(args): opts = [('v', 'verbose', None, 'verbose'), ('d', 'debug', None, 'debug'), ('q', 'quiet', None, 'quiet'), - ('p', 'profile', None, 'profile'), + ('', 'profile', None, 'profile'), ('R', 'repository', "", 'repository root directory'), ('', 'traceback', None, 'print traceback on exception'), ('y', 'noninteractive', None, 'run non-interactively'),