diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -1156,7 +1156,8 @@ table = { ('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"),