# HG changeset patch # User Sverre Rabbelier # Date 1241793051 -7200 # Node ID b695392491e723e49c9e299740bf1c5f88b845fb # Parent b87a50b7125c6c2f14314e6393435b2b98679ae0 commit: be more verbose in the -u help text Make the requirement of an argument for -u a little more explicit. diff -r b87a50b7125c -r b695392491e7 mercurial/commands.py --- 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 = [ diff -r b87a50b7125c -r b695392491e7 tests/test-record.out --- 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 as commit message -l --logfile read commit message from -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