comparison mercurial/help/config.txt @ 23297:d7abae94a7a0

patch.diffopts: add support for noprefix In an upcoming patch we'll enable support as an option to 'hg diff' as well. The tests reflect the current state of the world -- as we add support we'll see changes in the test output.
author Siddharth Agarwal <sid0@fb.com>
date Thu, 13 Nov 2014 00:08:44 -0800
parents c4ce077588d0
children a04c7b74b3d5
comparison
equal deleted inserted replaced
23296:922fcfb02e77 23297:d7abae94a7a0
545 Omit git binary patches. 545 Omit git binary patches.
546 546
547 ``nodates`` 547 ``nodates``
548 Don't include dates in diff headers. 548 Don't include dates in diff headers.
549 549
550 ``noprefix``
551 Omit 'a/' and 'b/' prefixes from filenames. Ignored in plain mode.
552
550 ``showfunc`` 553 ``showfunc``
551 Show which function each change is in. 554 Show which function each change is in.
552 555
553 ``ignorews`` 556 ``ignorews``
554 Ignore white space when comparing lines. 557 Ignore white space when comparing lines.