##// 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 * matcher:
53 * matcher:
54 <includematcher includes='(?:(?:|.*/)f1(?:/|$))'>
54 <includematcher includes='(?:(?:|.*/)f1(?:/|$))'>
55 f inside/f1 inside/f1
55 f inside/f1 inside/f1
56 $ hg add .
56 $ hg add outside/f1
57 $ hg add outside/f1
57 abort: cannot track 'outside/f1' - it is outside the narrow clone
58 abort: cannot track 'outside/f1' - it is outside the narrow clone
58 [255]
59 [255]
General Comments 0
You need to be logged in to leave comments. Login now