comparison mercurial/commands.py @ 1818:9bbc7b304c34

Make the deprecated rawcommit an alias of debugrawcommit. This way it doesn't show up in the non-debug help.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 01 Mar 2006 09:14:25 +0100
parents 08f4398bdb1a
children adef8661c8f9
comparison
equal deleted inserted replaced
1817:e02fea13c69d 1818:9bbc7b304c34
2542 ('e', 'ssh', '', _('specify ssh command to use')), 2542 ('e', 'ssh', '', _('specify ssh command to use')),
2543 ('r', 'rev', [], _('a specific revision you would like to push')), 2543 ('r', 'rev', [], _('a specific revision you would like to push')),
2544 ('', 'remotecmd', '', 2544 ('', 'remotecmd', '',
2545 _('specify hg command to run on the remote side'))], 2545 _('specify hg command to run on the remote side'))],
2546 _('hg push [-f] [-e FILE] [-r REV]... [--remotecmd FILE] [DEST]')), 2546 _('hg push [-f] [-e FILE] [-r REV]... [--remotecmd FILE] [DEST]')),
2547 "rawcommit": 2547 "debugrawcommit|rawcommit":
2548 (rawcommit, 2548 (rawcommit,
2549 [('p', 'parent', [], _('parent')), 2549 [('p', 'parent', [], _('parent')),
2550 ('d', 'date', '', _('date code')), 2550 ('d', 'date', '', _('date code')),
2551 ('u', 'user', '', _('user')), 2551 ('u', 'user', '', _('user')),
2552 ('F', 'files', '', _('file list')), 2552 ('F', 'files', '', _('file list')),
2553 ('m', 'message', '', _('commit message')), 2553 ('m', 'message', '', _('commit message')),
2554 ('l', 'logfile', '', _('commit message file'))], 2554 ('l', 'logfile', '', _('commit message file'))],
2555 _('hg rawcommit [OPTION]... [FILE]...')), 2555 _('hg debugrawcommit [OPTION]... [FILE]...')),
2556 "recover": (recover, [], _('hg recover')), 2556 "recover": (recover, [], _('hg recover')),
2557 "^remove|rm": 2557 "^remove|rm":
2558 (remove, 2558 (remove,
2559 [('I', 'include', [], _('include names matching the given patterns')), 2559 [('I', 'include', [], _('include names matching the given patterns')),
2560 ('X', 'exclude', [], _('exclude names matching the given patterns'))], 2560 ('X', 'exclude', [], _('exclude names matching the given patterns'))],