##// END OF EJS Templates
tests: add test showing that paths outside narrowspec are not added...
Martin von Zweigbergk -
r39972:277a6fb4 default
parent child Browse files
Show More
@@ -53,6 +53,7 b' Can not modify dirstate outside'
53 53 * matcher:
54 54 <includematcher includes='(?:(?:|.*/)f1(?:/|$))'>
55 55 f inside/f1 inside/f1
56 $ hg add .
56 57 $ hg add outside/f1
57 58 abort: cannot track 'outside/f1' - it is outside the narrow clone
58 59 [255]
General Comments 0
You need to be logged in to leave comments. Login now