mercurial/commands.py
changeset 745 9246ae925d57
parent 744 3d88f6dd1ed4
child 746 9095e3456ea7
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -1099,7 +1099,8 @@ table = {
     "^commit|ci":
         (commit,
          [('A', 'addremove', None, 'run add/remove during commit'),
-          ('t', 'text', "", 'commit text'),
+          ('m', 'text', "", 'commit message'),
+          ('t', 'text', "", 'commit message (deprecated)'),
           ('l', 'logfile', "", 'commit text file'),
           ('d', 'date', "", 'date code'),
           ('u', 'user', "", 'user')],