diff 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
line wrap: on
line diff
--- a/tests/test-help.out	Wed Mar 29 22:35:21 2006 +0200
+++ b/tests/test-help.out	Wed Mar 29 22:58:34 2006 +0200
@@ -190,6 +190,7 @@
     R = removed
     ! = deleted, but still tracked
     ? = not tracked
+    I = ignored (not shown by default)
 
 aliases: st
 
@@ -200,6 +201,7 @@
  -r --removed    show only removed files
  -d --deleted    show only deleted (but tracked) files
  -u --unknown    show only unknown (not tracked) files
+ -i --ignored    show ignored files
  -n --no-status  hide status prefix
  -0 --print0     end filenames with NUL, for use with xargs
  -I --include    include names matching the given patterns