comparison tests/test-help.out @ 2640:02b6fa7bbfbf

fix tests.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Wed, 19 Jul 2006 07:56:40 -0700
parents a20a1bb0c396
children 5c10b7ed3411 9d1c3529ebbc
comparison
equal deleted inserted replaced
2639:001703ec311d 2640:02b6fa7bbfbf
193 A = added 193 A = added
194 R = removed 194 R = removed
195 ! = deleted, but still tracked 195 ! = deleted, but still tracked
196 ? = not tracked 196 ? = not tracked
197 I = ignored (not shown by default) 197 I = ignored (not shown by default)
198 = the previous added file was copied from here
198 199
199 aliases: st 200 aliases: st
200 201
201 options: 202 options:
202 203
205 -r --removed show only removed files 206 -r --removed show only removed files
206 -d --deleted show only deleted (but tracked) files 207 -d --deleted show only deleted (but tracked) files
207 -u --unknown show only unknown (not tracked) files 208 -u --unknown show only unknown (not tracked) files
208 -i --ignored show ignored files 209 -i --ignored show ignored files
209 -n --no-status hide status prefix 210 -n --no-status hide status prefix
211 -C --copies show source of copied files
210 -0 --print0 end filenames with NUL, for use with xargs 212 -0 --print0 end filenames with NUL, for use with xargs
211 -I --include include names matching the given patterns 213 -I --include include names matching the given patterns
212 -X --exclude exclude names matching the given patterns 214 -X --exclude exclude names matching the given patterns
213 hg status [OPTION]... [FILE]... 215 hg status [OPTION]... [FILE]...
214 216