tests/test-narrow-commit.t
branchstable
changeset 41290 593718ff5844
parent 40782 3984409e144b
child 47940 cc33deae66a1
equal deleted inserted replaced
41146:fbd168455b26 41290:593718ff5844
    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:
    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 .
    57   $ hg add outside/f1
    57   $ hg add outside/f1
    58   abort: cannot track 'outside/f1' - it is outside the narrow clone
    58   abort: cannot track 'outside/f1' - it is outside the narrow clone
    59   [255]
    59   [255]