diff mercurial/commands.py @ 14014:42d5165975ad stable

commit: improve --date help text
author Martin Geisler <mg@aragost.com>
date Tue, 26 Apr 2011 12:55:26 +0200
parents 3c753f9a2fbc
children bd738875943a ab687820c4cc
line wrap: on
line diff
--- a/mercurial/commands.py	Mon Apr 25 21:11:28 2011 +0200
+++ b/mercurial/commands.py	Tue Apr 26 12:55:26 2011 +0200
@@ -4166,7 +4166,7 @@
 
 commitopts2 = [
     ('d', 'date', '',
-     _('record datecode as commit date'), _('DATE')),
+     _('record the specified date as commit date'), _('DATE')),
     ('u', 'user', '',
      _('record the specified user as committer'), _('USER')),
 ]