comparison tests/test-help.out @ 2022:a59da8cc35e4

New option -i/--ignored for 'hg status' to show ignored files. localrepo.changes() now returns an additional list of ignored files if it is called with show_ignored=True.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 29 Mar 2006 22:58:34 +0200
parents ced2d3620f95
children 98cc126f9f3f
comparison
equal deleted inserted replaced
2021:fc22ed56afe3 2022:a59da8cc35e4
188 M = modified 188 M = modified
189 A = added 189 A = added
190 R = removed 190 R = removed
191 ! = deleted, but still tracked 191 ! = deleted, but still tracked
192 ? = not tracked 192 ? = not tracked
193 I = ignored (not shown by default)
193 194
194 aliases: st 195 aliases: st
195 196
196 options: 197 options:
197 198
198 -m --modified show only modified files 199 -m --modified show only modified files
199 -a --added show only added files 200 -a --added show only added files
200 -r --removed show only removed files 201 -r --removed show only removed files
201 -d --deleted show only deleted (but tracked) files 202 -d --deleted show only deleted (but tracked) files
202 -u --unknown show only unknown (not tracked) files 203 -u --unknown show only unknown (not tracked) files
204 -i --ignored show ignored files
203 -n --no-status hide status prefix 205 -n --no-status hide status prefix
204 -0 --print0 end filenames with NUL, for use with xargs 206 -0 --print0 end filenames with NUL, for use with xargs
205 -I --include include names matching the given patterns 207 -I --include include names matching the given patterns
206 -X --exclude exclude names matching the given patterns 208 -X --exclude exclude names matching the given patterns
207 hg status [OPTION]... [FILE]... 209 hg status [OPTION]... [FILE]...