##// END OF EJS Templates
Remove single character equivalent of --nodates (was -D)
Stephen Darnell -
r3200:367a009c default
parent child Browse files
Show More
@@ -2852,7 +2852,7 b' table = {'
2852 ('p', 'show-function', None,
2852 ('p', 'show-function', None,
2853 _('show which function each change is in')),
2853 _('show which function each change is in')),
2854 ('g', 'git', None, _('use git extended diff format')),
2854 ('g', 'git', None, _('use git extended diff format')),
2855 ('D', 'nodates', None, _("don't include dates in diff headers")),
2855 ('', 'nodates', None, _("don't include dates in diff headers")),
2856 ('w', 'ignore-all-space', None,
2856 ('w', 'ignore-all-space', None,
2857 _('ignore white space when comparing lines')),
2857 _('ignore white space when comparing lines')),
2858 ('b', 'ignore-space-change', None,
2858 ('b', 'ignore-space-change', None,
@@ -2866,7 +2866,7 b' table = {'
2866 [('o', 'output', '', _('print output to file with formatted name')),
2866 [('o', 'output', '', _('print output to file with formatted name')),
2867 ('a', 'text', None, _('treat all files as text')),
2867 ('a', 'text', None, _('treat all files as text')),
2868 ('g', 'git', None, _('use git extended diff format')),
2868 ('g', 'git', None, _('use git extended diff format')),
2869 ('D', 'nodates', None, _("don't include dates in diff headers")),
2869 ('', 'nodates', None, _("don't include dates in diff headers")),
2870 ('', 'switch-parent', None, _('diff against the second parent'))],
2870 ('', 'switch-parent', None, _('diff against the second parent'))],
2871 _('hg export [-a] [-o OUTFILESPEC] REV...')),
2871 _('hg export [-a] [-o OUTFILESPEC] REV...')),
2872 "debugforget|forget":
2872 "debugforget|forget":
@@ -179,7 +179,7 b' options:'
179 -a --text treat all files as text
179 -a --text treat all files as text
180 -p --show-function show which function each change is in
180 -p --show-function show which function each change is in
181 -g --git use git extended diff format
181 -g --git use git extended diff format
182 -D --nodates don't include dates in diff headers
182 --nodates don't include dates in diff headers
183 -w --ignore-all-space ignore white space when comparing lines
183 -w --ignore-all-space ignore white space when comparing lines
184 -b --ignore-space-change ignore changes in the amount of white space
184 -b --ignore-space-change ignore changes in the amount of white space
185 -B --ignore-blank-lines ignore changes whose lines are all blank
185 -B --ignore-blank-lines ignore changes whose lines are all blank
General Comments 0
You need to be logged in to leave comments. Login now