comparison tests/test-help.out @ 3192:096f1c73cdc3

Add -D/--nodates options to hg diff/export that removes dates from diff headers and replace uses of sed in the tests with --nodates.
author Stephen Darnell <stephen@darnell.plus.com>
date Tue, 26 Sep 2006 00:05:24 +0100
parents 3637d5d17cbc
children 367a009c2acb
comparison
equal deleted inserted replaced
3191:a32f65549b9e 3192:096f1c73cdc3
177 177
178 -r --rev revision 178 -r --rev revision
179 -a --text treat all files as text 179 -a --text treat all files as text
180 -p --show-function show which function each change is in 180 -p --show-function show which function each change is in
181 -g --git use git extended diff format 181 -g --git use git extended diff format
182 -D --nodates don't include dates in diff headers
182 -w --ignore-all-space ignore white space when comparing lines 183 -w --ignore-all-space ignore white space when comparing lines
183 -b --ignore-space-change ignore changes in the amount of white space 184 -b --ignore-space-change ignore changes in the amount of white space
184 -B --ignore-blank-lines ignore changes whose lines are all blank 185 -B --ignore-blank-lines ignore changes whose lines are all blank
185 -I --include include names matching the given patterns 186 -I --include include names matching the given patterns
186 -X --exclude exclude names matching the given patterns 187 -X --exclude exclude names matching the given patterns