tests/test-hgignore.t
changeset 32501 7095dbc266e3
parent 32500 369c2d5eeea3
child 32502 3026f19b4b01
equal deleted inserted replaced
32500:369c2d5eeea3 32501:7095dbc266e3
   162   $ cd dir
   162   $ cd dir
   163   $ hg status .
   163   $ hg status .
   164   A b.o
   164   A b.o
   165 
   165 
   166   $ hg debugignore
   166   $ hg debugignore
   167   <matcher patterns=None, includes='(?:(?:|.*/)[^/]*(?:/|$))'>
   167   <includematcher patterns=None, includes='(?:(?:|.*/)[^/]*(?:/|$))'>
   168 
   168 
   169   $ hg debugignore b.o
   169   $ hg debugignore b.o
   170   b.o is ignored
   170   b.o is ignored
   171   (ignore rule in $TESTTMP/ignorerepo/.hgignore, line 1: '*') (glob)
   171   (ignore rule in $TESTTMP/ignorerepo/.hgignore, line 1: '*') (glob)
   172 
   172