comparison tests/test-help.out @ 2956:6dddcba7596a

merge.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 18 Aug 2006 21:17:28 -0700
parents 9d1c3529ebbc 8b02af865990
children 3637d5d17cbc
comparison
equal deleted inserted replaced
2955:9d1c3529ebbc 2956:6dddcba7596a
176 options: 176 options:
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 -w --ignore-all-space ignore white space when comparing lines 182 -w --ignore-all-space ignore white space when comparing lines
182 -b --ignore-space-change ignore changes in the amount of white space 183 -b --ignore-space-change ignore changes in the amount of white space
183 -B --ignore-blank-lines ignore changes whose lines are all blank 184 -B --ignore-blank-lines ignore changes whose lines are all blank
184 -I --include include names matching the given patterns 185 -I --include include names matching the given patterns
185 -X --exclude exclude names matching the given patterns 186 -X --exclude exclude names matching the given patterns
186 hg status [OPTION]... [FILE]... 187 hg status [OPTION]... [FILE]...
187 188
188 show changed files in the working directory 189 show changed files in the working directory
189 190
190 Show changed files in the repository. If names are 191 Show status of files in the repository. If names are given, only
191 given, only files that match are shown. 192 files that match are shown. Files that are clean or ignored, are
193 not listed unless -c (clean), -i (ignored) or -A is given.
192 194
193 The codes used to show the status of files are: 195 The codes used to show the status of files are:
194 M = modified 196 M = modified
195 A = added 197 A = added
196 R = removed 198 R = removed
199 C = clean
197 ! = deleted, but still tracked 200 ! = deleted, but still tracked
198 ? = not tracked 201 ? = not tracked
199 I = ignored (not shown by default) 202 I = ignored (not shown by default)
200 = the previous added file was copied from here 203 = the previous added file was copied from here
201 204
202 aliases: st 205 aliases: st
203 206
204 options: 207 options:
205 208
209 -A --all show status of all files
206 -m --modified show only modified files 210 -m --modified show only modified files
207 -a --added show only added files 211 -a --added show only added files
208 -r --removed show only removed files 212 -r --removed show only removed files
209 -d --deleted show only deleted (but tracked) files 213 -d --deleted show only deleted (but tracked) files
214 -c --clean show only files without changes
210 -u --unknown show only unknown (not tracked) files 215 -u --unknown show only unknown (not tracked) files
211 -i --ignored show ignored files 216 -i --ignored show ignored files
212 -n --no-status hide status prefix 217 -n --no-status hide status prefix
213 -C --copies show source of copied files 218 -C --copies show source of copied files
214 -0 --print0 end filenames with NUL, for use with xargs 219 -0 --print0 end filenames with NUL, for use with xargs