##// END OF EJS Templates
tests: show the pattern generated for a relative glob...
Valentin Gatien-Baron -
r43128:96ddf83f default
parent child Browse files
Show More
@@ -176,6 +176,8 b' Test relative ignore path (issue4473):'
176 ? .hgignore
176 ? .hgignore
177 ? a.c
177 ? a.c
178 ? syntax
178 ? syntax
179 $ hg debugignore
180 <includematcher includes='(?:|.*/)[^/]*\\.o(?:/|$)'>
179
181
180 $ cd ..
182 $ cd ..
181 $ echo > .hg/testhgignorerel
183 $ echo > .hg/testhgignorerel
General Comments 0
You need to be logged in to leave comments. Login now