Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 577:5291a16324c0
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-----
author | mpm@selenic.com |
---|---|
date | Sat, 02 Jul 2005 15:34:23 -0800 |
parents | be6233a2bfdd |
children | 353a2ce50423 |
comparison
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 ] |