Show More
@@ -2852,7 +2852,7 b' table = {' | |||
|
2852 | 2852 | ('p', 'show-function', None, |
|
2853 | 2853 | _('show which function each change is in')), |
|
2854 | 2854 | ('g', 'git', None, _('use git extended diff format')), |
|
2855 |
(' |
|
|
2855 | ('', 'nodates', None, _("don't include dates in diff headers")), | |
|
2856 | 2856 | ('w', 'ignore-all-space', None, |
|
2857 | 2857 | _('ignore white space when comparing lines')), |
|
2858 | 2858 | ('b', 'ignore-space-change', None, |
@@ -2866,7 +2866,7 b' table = {' | |||
|
2866 | 2866 | [('o', 'output', '', _('print output to file with formatted name')), |
|
2867 | 2867 | ('a', 'text', None, _('treat all files as text')), |
|
2868 | 2868 | ('g', 'git', None, _('use git extended diff format')), |
|
2869 |
(' |
|
|
2869 | ('', 'nodates', None, _("don't include dates in diff headers")), | |
|
2870 | 2870 | ('', 'switch-parent', None, _('diff against the second parent'))], |
|
2871 | 2871 | _('hg export [-a] [-o OUTFILESPEC] REV...')), |
|
2872 | 2872 | "debugforget|forget": |
@@ -179,7 +179,7 b' options:' | |||
|
179 | 179 | -a --text treat all files as text |
|
180 | 180 | -p --show-function show which function each change is in |
|
181 | 181 | -g --git use git extended diff format |
|
182 |
|
|
|
182 | --nodates don't include dates in diff headers | |
|
183 | 183 | -w --ignore-all-space ignore white space when comparing lines |
|
184 | 184 | -b --ignore-space-change ignore changes in the amount of white space |
|
185 | 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