diff mercurial/commands.py @ 745:9246ae925d57

Add -m for commit and deprecate -t Index: hg/doc/hg.1.txt ===================================================================
author mpm@selenic.com
date Thu, 21 Jul 2005 12:23:55 -0500
parents 3d88f6dd1ed4
children 9095e3456ea7
line wrap: on
line diff
--- 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')],