comparison tests/test-help.t @ 24455:16961d43dc89

diff: rename --relative option to --root The diff output format is unable to express files outside the directory so it makes sense to name this option --root instead of --relative.
author Sean Farley <sean@farley.io>
date Wed, 25 Mar 2015 11:55:15 -0700
parents e22248f6d257
children 117b9a101f71
comparison
equal deleted inserted replaced
24454:59904edf0a5e 24455:16961d43dc89
507 -w --ignore-all-space ignore white space when comparing lines 507 -w --ignore-all-space ignore white space when comparing lines
508 -b --ignore-space-change ignore changes in the amount of white space 508 -b --ignore-space-change ignore changes in the amount of white space
509 -B --ignore-blank-lines ignore changes whose lines are all blank 509 -B --ignore-blank-lines ignore changes whose lines are all blank
510 -U --unified NUM number of lines of context to show 510 -U --unified NUM number of lines of context to show
511 --stat output diffstat-style summary of changes 511 --stat output diffstat-style summary of changes
512 --relative DIR produce diffs relative to subdirectory 512 --root DIR produce diffs relative to subdirectory
513 -I --include PATTERN [+] include names matching the given patterns 513 -I --include PATTERN [+] include names matching the given patterns
514 -X --exclude PATTERN [+] exclude names matching the given patterns 514 -X --exclude PATTERN [+] exclude names matching the given patterns
515 -S --subrepos recurse into subrepositories 515 -S --subrepos recurse into subrepositories
516 516
517 (some details hidden, use --verbose to show complete help) 517 (some details hidden, use --verbose to show complete help)