tests/test-grep.t
changeset 41513 718e9b444d97
parent 39930 66df1059b7c0
child 41683 5d383d9636d0
equal deleted inserted replaced
41512:16454d938299 41513:718e9b444d97
    29   port:4:import/export
    29   port:4:import/export
    30   $ hg grep -r tip:0 port port
    30   $ hg grep -r tip:0 port port
    31   port:4:export
    31   port:4:export
    32   port:4:vaportight
    32   port:4:vaportight
    33   port:4:import/export
    33   port:4:import/export
       
    34 
       
    35 simple from subdirectory
       
    36 
       
    37   $ mkdir dir
       
    38   $ cd dir
       
    39   $ hg grep -r tip:0 port
       
    40   port:4:export
       
    41   port:4:vaportight
       
    42   port:4:import/export
       
    43   $ hg grep -r tip:0 port --config ui.relative-paths=yes
       
    44   ../port:4:export
       
    45   ../port:4:vaportight
       
    46   ../port:4:import/export
       
    47   $ cd ..
    34 
    48 
    35 simple with color
    49 simple with color
    36 
    50 
    37   $ hg --config extensions.color= grep --config color.mode=ansi \
    51   $ hg --config extensions.color= grep --config color.mode=ansi \
    38   >     --color=always port port -r tip:0
    52   >     --color=always port port -r tip:0