Show More
@@ -2544,7 +2544,7 b' table = {' | |||
|
2544 | 2544 | ('', 'remotecmd', '', |
|
2545 | 2545 | _('specify hg command to run on the remote side'))], |
|
2546 | 2546 | _('hg push [-f] [-e FILE] [-r REV]... [--remotecmd FILE] [DEST]')), |
|
2547 | "rawcommit": | |
|
2547 | "debugrawcommit|rawcommit": | |
|
2548 | 2548 | (rawcommit, |
|
2549 | 2549 | [('p', 'parent', [], _('parent')), |
|
2550 | 2550 | ('d', 'date', '', _('date code')), |
@@ -2552,7 +2552,7 b' table = {' | |||
|
2552 | 2552 | ('F', 'files', '', _('file list')), |
|
2553 | 2553 | ('m', 'message', '', _('commit message')), |
|
2554 | 2554 | ('l', 'logfile', '', _('commit message file'))], |
|
2555 | _('hg rawcommit [OPTION]... [FILE]...')), | |
|
2555 | _('hg debugrawcommit [OPTION]... [FILE]...')), | |
|
2556 | 2556 | "recover": (recover, [], _('hg recover')), |
|
2557 | 2557 | "^remove|rm": |
|
2558 | 2558 | (remove, |
@@ -64,7 +64,6 b' list of commands (use "hg help -v" to sh' | |||
|
64 | 64 | paths show definition of symbolic path names |
|
65 | 65 | pull pull changes from the specified source |
|
66 | 66 | push push changes to the specified destination |
|
67 | rawcommit raw commit interface (DEPRECATED) | |
|
68 | 67 | recover roll back an interrupted transaction |
|
69 | 68 | remove remove the specified files on the next commit |
|
70 | 69 | rename rename files; equivalent of copy + remove |
@@ -106,7 +105,6 b' list of commands (use "hg help -v" to sh' | |||
|
106 | 105 | paths show definition of symbolic path names |
|
107 | 106 | pull pull changes from the specified source |
|
108 | 107 | push push changes to the specified destination |
|
109 | rawcommit raw commit interface (DEPRECATED) | |
|
110 | 108 | recover roll back an interrupted transaction |
|
111 | 109 | remove remove the specified files on the next commit |
|
112 | 110 | rename rename files; equivalent of copy + remove |
General Comments 0
You need to be logged in to leave comments.
Login now