Mercurial > public > mercurial-scm > hg-stable
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 Thu Jul 21 12:22:54 2005 -0500 +++ b/mercurial/commands.py Thu Jul 21 12:23:55 2005 -0500 @@ -1099,7 +1099,8 @@ "^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')],