tests/test-narrow-commit.t
changeset 38263 dbf31732ef64
parent 38262 7c3a59e2971b
child 39760 7e99b02768ef
equal deleted inserted replaced
38262:7c3a59e2971b 38263:dbf31732ef64
    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 -v -I 'relglob:f1'
    52   $ hg debugwalk -v -I 'relglob:f1'
    53   matcher: <includematcher includes='(?:(?:|.*/)f1(?:/|$))'>
    53   * matcher:
       
    54   <includematcher includes='(?:(?:|.*/)f1(?:/|$))'>
    54   f  inside/f1  inside/f1
    55   f  inside/f1  inside/f1
    55   $ hg add outside/f1
    56   $ hg add outside/f1
    56   abort: cannot track 'outside/f1' - it is outside the narrow clone
    57   abort: cannot track 'outside/f1' - it is outside the narrow clone
    57   [255]
    58   [255]
    58   $ touch outside/f3
    59   $ touch outside/f3