commit: be more verbose in the -u help text
Make the requirement of an argument for -u a little more explicit.
--- 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 = [
--- a/tests/test-record.out Tue Apr 28 17:40:46 2009 +0200
+++ b/tests/test-record.out Fri May 08 16:30:51 2009 +0200
@@ -36,7 +36,7 @@
-m --message use <text> as commit message
-l --logfile read commit message from <file>
-d --date record datecode as commit date
- -u --user record user as committer
+ -u --user record the specified user as committer
use "hg -v help record" to show global options
% select no files