comparison tests/test-help.out @ 2580:a20a1bb0c396

diff: add -b/-B options
author Haakon Riiser <haakon.riiser@fys.uio.no>
date Thu, 29 Jun 2006 15:16:25 +0200
parents 5b426676f616
children 02b6fa7bbfbf
comparison
equal deleted inserted replaced
2579:0875cda033fd 2580:a20a1bb0c396
171 it detects as binary. With -a, diff will generate a diff anyway, 171 it detects as binary. With -a, diff will generate a diff anyway,
172 probably with undesirable results. 172 probably with undesirable results.
173 173
174 options: 174 options:
175 175
176 -r --rev revision 176 -r --rev revision
177 -a --text treat all files as text 177 -a --text treat all files as text
178 -p --show-function show which function each change is in 178 -p --show-function show which function each change is in
179 -w --ignore-all-space ignore white space when comparing lines 179 -w --ignore-all-space ignore white space when comparing lines
180 -I --include include names matching the given patterns 180 -b --ignore-space-change ignore changes in the amount of white space
181 -X --exclude exclude names matching the given patterns 181 -B --ignore-blank-lines ignore changes whose lines are all blank
182 -I --include include names matching the given patterns
183 -X --exclude exclude names matching the given patterns
182 hg status [OPTION]... [FILE]... 184 hg status [OPTION]... [FILE]...
183 185
184 show changed files in the working directory 186 show changed files in the working directory
185 187
186 Show changed files in the repository. If names are 188 Show changed files in the repository. If names are