comparison tests/test-record.t @ 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 7074589cf22a
children db72f9f6580e
comparison
equal deleted inserted replaced
34012:dcfdf4d09663 34013:da07367d683b
60 -u --user USER record the specified user as committer 60 -u --user USER record the specified user as committer
61 -S --subrepos recurse into subrepositories 61 -S --subrepos recurse into subrepositories
62 -w --ignore-all-space ignore white space when comparing lines 62 -w --ignore-all-space ignore white space when comparing lines
63 -b --ignore-space-change ignore changes in the amount of white space 63 -b --ignore-space-change ignore changes in the amount of white space
64 -B --ignore-blank-lines ignore changes whose lines are all blank 64 -B --ignore-blank-lines ignore changes whose lines are all blank
65 -Z --ignore-space-at-eol ignore changes in whitespace at EOL
65 66
66 (some details hidden, use --verbose to show complete help) 67 (some details hidden, use --verbose to show complete help)
67 68
68 Select no files 69 Select no files
69 70