Mercurial > hg
changeset 14014:42d5165975ad stable
commit: improve --date help text
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 26 Apr 2011 12:55:26 +0200 |
parents | b247123d71f6 |
children | bd738875943a 3eb632d9cf42 10bcab111d1d |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Mon Apr 25 21:11:28 2011 +0200 +++ b/mercurial/commands.py Tue Apr 26 12:55:26 2011 +0200 @@ -4166,7 +4166,7 @@ commitopts2 = [ ('d', 'date', '', - _('record datecode as commit date'), _('DATE')), + _('record the specified date as commit date'), _('DATE')), ('u', 'user', '', _('record the specified user as committer'), _('USER')), ]