tests/test-grep.t
branchstable
changeset 16350 4f795f5fbb0b
parent 15765 1ef46bcd76f8
child 16912 6ef3107c661e
equal deleted inserted replaced
16349:425f1fbcfb94 16350:4f795f5fbb0b
   163   color:3:-:red
   163   color:3:-:red
   164   color:1:+:red
   164   color:1:+:red
   165 
   165 
   166   $ hg init a
   166   $ hg init a
   167   $ cd a
   167   $ cd a
   168   $ cp $TESTDIR/binfile.bin .
   168   $ cp "$TESTDIR/binfile.bin" .
   169   $ hg add binfile.bin
   169   $ hg add binfile.bin
   170   $ hg ci -m 'add binfile.bin'
   170   $ hg ci -m 'add binfile.bin'
   171   $ hg grep "MaCam" --all
   171   $ hg grep "MaCam" --all
   172   binfile.bin:0:+: Binary file matches
   172   binfile.bin:0:+: Binary file matches