mercurial/commands.py
changeset 747 c3ce3976ae75
parent 746 9095e3456ea7
child 750 25986be9a1aa
--- a/mercurial/commands.py	Thu Jul 21 12:24:42 2005 -0500
+++ b/mercurial/commands.py	Thu Jul 21 12:29:19 2005 -0500
@@ -1156,7 +1156,8 @@
           ('d', 'date', "", 'date code'),
           ('u', 'user', "", 'user'),
           ('F', 'files', "", 'file list'),
-          ('t', 'text', "", 'commit text'),
+          ('m', 'text', "", 'commit message'),
+          ('t', 'text', "", 'commit message (deprecated)'),
           ('l', 'logfile', "", 'commit text file')],
          'hg rawcommit [OPTION]... [FILE]...'),
     "recover": (recover, [], "hg recover"),