comparison tests/test-help.t @ 23298:dc4d0c7b7d94

diff: add a --noprefix option See previous patch descriptions for the motivation. 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:13:48 -0800
parents e53f6b72a0e4
children 4165cfd67519
comparison
equal deleted inserted replaced
23297:d7abae94a7a0 23298:dc4d0c7b7d94
498 -r --rev REV [+] revision 498 -r --rev REV [+] revision
499 -c --change REV change made by revision 499 -c --change REV change made by revision
500 -a --text treat all files as text 500 -a --text treat all files as text
501 -g --git use git extended diff format 501 -g --git use git extended diff format
502 --nodates omit dates from diff headers 502 --nodates omit dates from diff headers
503 --noprefix omit a/ and b/ prefixes from filenames
503 -p --show-function show which function each change is in 504 -p --show-function show which function each change is in
504 --reverse produce a diff that undoes the changes 505 --reverse produce a diff that undoes the changes
505 -w --ignore-all-space ignore white space when comparing lines 506 -w --ignore-all-space ignore white space when comparing lines
506 -b --ignore-space-change ignore changes in the amount of white space 507 -b --ignore-space-change ignore changes in the amount of white space
507 -B --ignore-blank-lines ignore changes whose lines are all blank 508 -B --ignore-blank-lines ignore changes whose lines are all blank