changeset 750 | 25986be9a1aa |
parent 747 | c3ce3976ae75 |
child 755 | 87e2b094ab86 |
--- a/mercurial/commands.py Thu Jul 21 15:05:17 2005 -0500 +++ b/mercurial/commands.py Thu Jul 21 15:29:35 2005 -0500 @@ -1185,7 +1185,8 @@ "tag": (tag, [('l', 'local', None, 'make the tag local'), - ('t', 'text', "", 'commit text'), + ('m', 'text', "", 'commit message'), + ('t', 'text', "", 'commit message (deprecated)'), ('d', 'date', "", 'date code'), ('u', 'user', "", 'user')], 'hg tag [OPTION]... NAME [REV]'),