##// END OF EJS Templates
Add -m for rawcommit...
mpm@selenic.com -
r747:c3ce3976 default
parent child Browse files
Show More
@@ -269,7 +269,7 b' push <destination>::'
269 269
270 270 ssh://[user@]host[:port]/path
271 271
272 rawcommit [-p -d -u -F -t -l]::
272 rawcommit [-p -d -u -F -m -l]::
273 273 Lowlevel commit, for use in helper scripts.
274 274
275 275 This command is not intended to be used by normal users, as it is
@@ -1156,7 +1156,8 b' table = {'
1156 1156 ('d', 'date', "", 'date code'),
1157 1157 ('u', 'user', "", 'user'),
1158 1158 ('F', 'files', "", 'file list'),
1159 ('t', 'text', "", 'commit text'),
1159 ('m', 'text', "", 'commit message'),
1160 ('t', 'text', "", 'commit message (deprecated)'),
1160 1161 ('l', 'logfile', "", 'commit text file')],
1161 1162 'hg rawcommit [OPTION]... [FILE]...'),
1162 1163 "recover": (recover, [], "hg recover"),
General Comments 0
You need to be logged in to leave comments. Login now