changeset 3200:367a009c2acb

Remove single character equivalent of --nodates (was -D)
author Stephen Darnell <stephen@darnell.plus.com>
date Thu, 28 Sep 2006 21:00:01 +0100
parents 096f1c73cdc3
children 1749987b29e3 48395d2692de
files mercurial/commands.py tests/test-help.out
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Tue Sep 26 00:05:24 2006 +0100
+++ b/mercurial/commands.py	Thu Sep 28 21:00:01 2006 +0100
@@ -2852,7 +2852,7 @@
           ('p', 'show-function', None,
            _('show which function each change is in')),
           ('g', 'git', None, _('use git extended diff format')),
-          ('D', 'nodates', None, _("don't include dates in diff headers")),
+          ('', 'nodates', None, _("don't include dates in diff headers")),
           ('w', 'ignore-all-space', None,
            _('ignore white space when comparing lines')),
           ('b', 'ignore-space-change', None,
@@ -2866,7 +2866,7 @@
          [('o', 'output', '', _('print output to file with formatted name')),
           ('a', 'text', None, _('treat all files as text')),
           ('g', 'git', None, _('use git extended diff format')),
-          ('D', 'nodates', None, _("don't include dates in diff headers")),
+          ('', 'nodates', None, _("don't include dates in diff headers")),
           ('', 'switch-parent', None, _('diff against the second parent'))],
          _('hg export [-a] [-o OUTFILESPEC] REV...')),
     "debugforget|forget":
--- a/tests/test-help.out	Tue Sep 26 00:05:24 2006 +0100
+++ b/tests/test-help.out	Thu Sep 28 21:00:01 2006 +0100
@@ -179,7 +179,7 @@
  -a --text                 treat all files as text
  -p --show-function        show which function each change is in
  -g --git                  use git extended diff format
- -D --nodates              don't include dates in diff headers
+    --nodates              don't include dates in diff headers
  -w --ignore-all-space     ignore white space when comparing lines
  -b --ignore-space-change  ignore changes in the amount of white space
  -B --ignore-blank-lines   ignore changes whose lines are all blank