comparison tests/test-help.out @ 1620:6c61646fee5e

Adjusted all but one test output for the new behaviour of localrepo.changes()
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 12 Jan 2006 21:02:38 +0100
parents 1d7d0c07e8f3
children dbb8bba48510
comparison
equal deleted inserted replaced
1619:1ba0d7041ac4 1620:6c61646fee5e
184 184
185 The codes used to show the status of files are: 185 The codes used to show the status of files are:
186 M = modified 186 M = modified
187 A = added 187 A = added
188 R = removed 188 R = removed
189 ! = deleted, but still tracked
189 ? = not tracked 190 ? = not tracked
190 191
191 aliases: st 192 aliases: st
192 193
193 options: 194 options:
194 195
195 -m --modified show only modified files 196 -m --modified show only modified files
196 -a --added show only added files 197 -a --added show only added files
197 -r --removed show only removed files 198 -r --removed show only removed files
199 -d --deleted show only deleted (but tracked) files
198 -u --unknown show only unknown (not tracked) files 200 -u --unknown show only unknown (not tracked) files
199 -n --no-status hide status prefix 201 -n --no-status hide status prefix
200 -0 --print0 end filenames with NUL, for use with xargs 202 -0 --print0 end filenames with NUL, for use with xargs
201 -I --include include names matching the given patterns 203 -I --include include names matching the given patterns
202 -X --exclude exclude names matching the given patterns 204 -X --exclude exclude names matching the given patterns