diff mercurial/help/config.txt @ 34013:da07367d683b

mdiff: add a --ignore-space-at-eol option Add an option that only ignores whitespaces at EOL. The name of the option is the same as Git. .. feature:: Added `--ignore-space-at-eol` diff option to ignore whitespace differences at line endings. Differential Revision: https://phab.mercurial-scm.org/D422
author David Soria Parra <davidsp@fb.com>
date Tue, 29 Aug 2017 18:20:50 -0700
parents 85d1ac011582
children 9e4f82bc2b0b
line wrap: on
line diff
--- a/mercurial/help/config.txt	Fri Aug 25 11:20:34 2017 -0700
+++ b/mercurial/help/config.txt	Tue Aug 29 18:20:50 2017 -0700
@@ -313,6 +313,9 @@
 ``ignorews``
     Ignore white space when comparing lines.
 
+``ignorewseol``
+    Ignore white space at the end of a line when comparing lines.
+
 ``ignorewsamount``
     Ignore changes in the amount of white space.