tests/test-hgignore.t
branchstable
changeset 19128 f4930b533d55
parent 16913 f2719b387380
child 21815 a4b67bf1f0a5
equal deleted inserted replaced
19117:a6542a670ece 19128:f4930b533d55
   122 
   122 
   123   $ hg debugignore
   123   $ hg debugignore
   124   (?:(?:|.*/)[^/]*(?:/|$))
   124   (?:(?:|.*/)[^/]*(?:/|$))
   125 
   125 
   126   $ cd ..
   126   $ cd ..
       
   127 
       
   128 Check patterns that match only the directory
       
   129 
       
   130   $ echo "^dir\$" > .hgignore
       
   131   $ hg status
       
   132   A dir/b.o
       
   133   ? .hgignore
       
   134   ? a.c
       
   135   ? a.o
       
   136   ? syntax