commit: improve --date help text stable
authorMartin Geisler <mg@aragost.com>
Tue, 26 Apr 2011 12:55:26 +0200
branchstable
changeset 14014 42d5165975ad
parent 14012 b247123d71f6
child 14016 bd738875943a
child 14021 3eb632d9cf42
child 14107 10bcab111d1d
commit: improve --date help text
mercurial/commands.py
--- 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')),
 ]