comparison tests/test-help.out @ 6040:1d0bfa4c75c0

commands.py, patch.py: add -U option to hg diff command
author jorendorff@mozilla.com
date Thu, 26 Jul 2007 07:56:04 -0400
parents a6b62584d0b2
children 2da5b19a6460
comparison
equal deleted inserted replaced
4998:81f8ff2a9bf2 6040:1d0bfa4c75c0
203 -g --git use git extended diff format 203 -g --git use git extended diff format
204 --nodates don't include dates in diff headers 204 --nodates don't include dates in diff headers
205 -w --ignore-all-space ignore white space when comparing lines 205 -w --ignore-all-space ignore white space when comparing lines
206 -b --ignore-space-change ignore changes in the amount of white space 206 -b --ignore-space-change ignore changes in the amount of white space
207 -B --ignore-blank-lines ignore changes whose lines are all blank 207 -B --ignore-blank-lines ignore changes whose lines are all blank
208 -U --unified number of lines of context to show (default: 3)
208 -I --include include names matching the given patterns 209 -I --include include names matching the given patterns
209 -X --exclude exclude names matching the given patterns 210 -X --exclude exclude names matching the given patterns
210 211
211 use "hg -v help diff" to show global options 212 use "hg -v help diff" to show global options
212 hg status [OPTION]... [FILE]... 213 hg status [OPTION]... [FILE]...