Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 14014:42d5165975ad stable
commit: improve --date help text
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 26 Apr 2011 12:55:26 +0200 |
parents | 3c753f9a2fbc |
children | bd738875943a ab687820c4cc |
comparison
equal
deleted
inserted
replaced
14012:b247123d71f6 | 14014:42d5165975ad |
---|---|
4164 _('read commit message from file'), _('FILE')), | 4164 _('read commit message from file'), _('FILE')), |
4165 ] | 4165 ] |
4166 | 4166 |
4167 commitopts2 = [ | 4167 commitopts2 = [ |
4168 ('d', 'date', '', | 4168 ('d', 'date', '', |
4169 _('record datecode as commit date'), _('DATE')), | 4169 _('record the specified date as commit date'), _('DATE')), |
4170 ('u', 'user', '', | 4170 ('u', 'user', '', |
4171 _('record the specified user as committer'), _('USER')), | 4171 _('record the specified user as committer'), _('USER')), |
4172 ] | 4172 ] |
4173 | 4173 |
4174 templateopts = [ | 4174 templateopts = [ |