equal
deleted
inserted
replaced
30 |
30 |
31 simple with color |
31 simple with color |
32 |
32 |
33 $ hg --config extensions.color= grep --config color.mode=ansi \ |
33 $ hg --config extensions.color= grep --config color.mode=ansi \ |
34 > --color=always port port |
34 > --color=always port port |
35 port:4:ex\x1b[0;31;1mport\x1b[0m (esc) |
35 \x1b[0;35mport\x1b[0m\x1b[0;36m:\x1b[0m\x1b[0;32m4\x1b[0m\x1b[0;36m:\x1b[0mex\x1b[0;31;1mport\x1b[0m (esc) |
36 port:4:va\x1b[0;31;1mport\x1b[0might (esc) |
36 \x1b[0;35mport\x1b[0m\x1b[0;36m:\x1b[0m\x1b[0;32m4\x1b[0m\x1b[0;36m:\x1b[0mva\x1b[0;31;1mport\x1b[0might (esc) |
37 port:4:im\x1b[0;31;1mport\x1b[0m/export (esc) |
37 \x1b[0;35mport\x1b[0m\x1b[0;36m:\x1b[0m\x1b[0;32m4\x1b[0m\x1b[0;36m:\x1b[0mim\x1b[0;31;1mport\x1b[0m/export (esc) |
38 |
38 |
39 all |
39 all |
40 |
40 |
41 $ hg grep --traceback --all -nu port port |
41 $ hg grep --traceback --all -nu port port |
42 port:4:4:-:spam:import/export |
42 port:4:4:-:spam:import/export |