tests/test-narrow-commit.t
changeset 38262 7c3a59e2971b
parent 37138 4d63f3bc1e1a
child 38263 dbf31732ef64
equal deleted inserted replaced
38261:f3033692ccef 38262:7c3a59e2971b
    47 
    47 
    48 Can not modify dirstate outside
    48 Can not modify dirstate outside
    49 
    49 
    50   $ mkdir outside
    50   $ mkdir outside
    51   $ touch outside/f1
    51   $ touch outside/f1
    52   $ hg debugwalk -I 'relglob:f1'
    52   $ hg debugwalk -v -I 'relglob:f1'
    53   matcher: <includematcher includes='(?:(?:|.*/)f1(?:/|$))'>
    53   matcher: <includematcher includes='(?:(?:|.*/)f1(?:/|$))'>
    54   f  inside/f1  inside/f1
    54   f  inside/f1  inside/f1
    55   $ hg add outside/f1
    55   $ hg add outside/f1
    56   abort: cannot track 'outside/f1' - it is outside the narrow clone
    56   abort: cannot track 'outside/f1' - it is outside the narrow clone
    57   [255]
    57   [255]