##// END OF EJS Templates
Make the deprecated rawcommit an alias of debugrawcommit....
Thomas Arendsen Hein -
r1818:9bbc7b30 default
parent child Browse files
Show More
@@ -2544,7 +2544,7 b' table = {'
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')),
@@ -2552,7 +2552,7 b' table = {'
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,
@@ -64,7 +64,6 b' list of commands (use "hg help -v" to sh'
64 paths show definition of symbolic path names
64 paths show definition of symbolic path names
65 pull pull changes from the specified source
65 pull pull changes from the specified source
66 push push changes to the specified destination
66 push push changes to the specified destination
67 rawcommit raw commit interface (DEPRECATED)
68 recover roll back an interrupted transaction
67 recover roll back an interrupted transaction
69 remove remove the specified files on the next commit
68 remove remove the specified files on the next commit
70 rename rename files; equivalent of copy + remove
69 rename rename files; equivalent of copy + remove
@@ -106,7 +105,6 b' list of commands (use "hg help -v" to sh'
106 paths show definition of symbolic path names
105 paths show definition of symbolic path names
107 pull pull changes from the specified source
106 pull pull changes from the specified source
108 push push changes to the specified destination
107 push push changes to the specified destination
109 rawcommit raw commit interface (DEPRECATED)
110 recover roll back an interrupted transaction
108 recover roll back an interrupted transaction
111 remove remove the specified files on the next commit
109 remove remove the specified files on the next commit
112 rename rename files; equivalent of copy + remove
110 rename rename files; equivalent of copy + remove
General Comments 0
You need to be logged in to leave comments. Login now