changeset 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 57a41c08feab 1c5d93b225f7
files mercurial/commands.py tests/test-record.out
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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 = [
--- 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