Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 8313:b695392491e7
commit: be more verbose in the -u help text
Make the requirement of an argument for -u a little more explicit.
author | Sverre Rabbelier <sverre@rabbelier.nl> |
---|---|
date | Fri, 08 May 2009 16:30:51 +0200 |
parents | b87a50b7125c |
children | 0bf0045000b5 |
comparison
equal
deleted
inserted
replaced
8312:b87a50b7125c | 8313:b695392491e7 |
---|---|
3041 ('l', 'logfile', '', _('read commit message from <file>')), | 3041 ('l', 'logfile', '', _('read commit message from <file>')), |
3042 ] | 3042 ] |
3043 | 3043 |
3044 commitopts2 = [ | 3044 commitopts2 = [ |
3045 ('d', 'date', '', _('record datecode as commit date')), | 3045 ('d', 'date', '', _('record datecode as commit date')), |
3046 ('u', 'user', '', _('record user as committer')), | 3046 ('u', 'user', '', _('record the specified user as committer')), |
3047 ] | 3047 ] |
3048 | 3048 |
3049 templateopts = [ | 3049 templateopts = [ |
3050 ('', 'style', '', _('display using template map file')), | 3050 ('', 'style', '', _('display using template map file')), |
3051 ('', 'template', '', _('display with template')), | 3051 ('', 'template', '', _('display with template')), |