tests/test-narrow-commit.t
changeset 39941 277a6fb460a6
parent 39776 7e99b02768ef
child 40085 2cf18f46a1ce
equal deleted inserted replaced
39940:cb9b23ec093c 39941:277a6fb460a6
    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 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]
    59   $ touch outside/f3
    60   $ touch outside/f3
    60   $ hg add outside/f3
    61   $ hg add outside/f3