diff mercurial/commands.py @ 14016:bd738875943a

merge with stable
author Martin Geisler <mg@aragost.com>
date Tue, 26 Apr 2011 13:13:35 +0200
parents af60153b5e3b 42d5165975ad
children 58e58406ed19
line wrap: on
line diff
--- a/mercurial/commands.py	Tue Apr 26 12:56:56 2011 +0200
+++ b/mercurial/commands.py	Tue Apr 26 13:13:35 2011 +0200
@@ -4295,7 +4295,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')),
 ]