Mercurial > hg
comparison tests/test-grep @ 11141:df5d1d571d27
tests: force color ansi mode on Windows
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 10 May 2010 22:46:16 +0200 |
parents | 717c35d55fb3 |
children |
comparison
equal
deleted
inserted
replaced
11140:1f26cf0a3663 | 11141:df5d1d571d27 |
---|---|
20 echo % pattern error | 20 echo % pattern error |
21 hg grep '**test**' | 21 hg grep '**test**' |
22 echo % simple | 22 echo % simple |
23 hg grep port port | 23 hg grep port port |
24 echo % simple with color | 24 echo % simple with color |
25 hg --config extensions.color= grep --color=always port port | 25 hg --config extensions.color= grep --config color.mode=ansi \ |
26 --color=always port port | |
26 echo % all | 27 echo % all |
27 hg grep --traceback --all -nu port port | 28 hg grep --traceback --all -nu port port |
28 echo % other | 29 echo % other |
29 hg grep import port | 30 hg grep import port |
30 | 31 |