Mercurial > public > mercurial-scm > hg-stable
diff 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 |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Apr 28 17:40:46 2009 +0200 +++ b/mercurial/commands.py Fri May 08 16:30:51 2009 +0200 @@ -3043,7 +3043,7 @@ commitopts2 = [ ('d', 'date', '', _('record datecode as commit date')), - ('u', 'user', '', _('record user as committer')), + ('u', 'user', '', _('record the specified user as committer')), ] templateopts = [