tests/test-hgignore.t
changeset 25216 dc562165044a
parent 25215 4040e06e9b99
child 25283 19d0e5efa6ca
equal deleted inserted replaced
25215:4040e06e9b99 25216:dc562165044a
   187 
   187 
   188   $ echo "include:nestedignore" >> otherignore
   188   $ echo "include:nestedignore" >> otherignore
   189   $ echo "glob:*ignore" > nestedignore
   189   $ echo "glob:*ignore" > nestedignore
   190   $ hg status
   190   $ hg status
   191   A dir/b.o
   191   A dir/b.o
       
   192 
       
   193   $ echo "include:badignore" >> otherignore
       
   194   $ hg status
       
   195   skipping unreadable pattern file 'badignore': No such file or directory
       
   196   A dir/b.o