tests/test-mq.t
changeset 17910 c8709ff57ff2
parent 17015 73d20de5f30b
child 18067 6f62e005781d
equal deleted inserted replaced
17909:3326fd05eb1f 17910:c8709ff57ff2
   196   $ echo >> .hg/patches/flaf
   196   $ echo >> .hg/patches/flaf
   197 
   197 
   198 status --mq with color (issue2096)
   198 status --mq with color (issue2096)
   199 
   199 
   200   $ hg status --mq --config extensions.color= --config color.mode=ansi --color=always
   200   $ hg status --mq --config extensions.color= --config color.mode=ansi --color=always
   201   \x1b[0;32;1mA .hgignore\x1b[0m (esc)
   201   \x1b[0;32;1mA \x1b[0m\x1b[0;32;1m.hgignore\x1b[0m (esc)
   202   \x1b[0;32;1mA A\x1b[0m (esc)
   202   \x1b[0;32;1mA \x1b[0m\x1b[0;32;1mA\x1b[0m (esc)
   203   \x1b[0;32;1mA B\x1b[0m (esc)
   203   \x1b[0;32;1mA \x1b[0m\x1b[0;32;1mB\x1b[0m (esc)
   204   \x1b[0;32;1mA series\x1b[0m (esc)
   204   \x1b[0;32;1mA \x1b[0m\x1b[0;32;1mseries\x1b[0m (esc)
   205   \x1b[0;35;1;4m? flaf\x1b[0m (esc)
   205   \x1b[0;35;1;4m? \x1b[0m\x1b[0;35;1;4mflaf\x1b[0m (esc)
   206 
   206 
   207 try the --mq option on a command provided by an extension
   207 try the --mq option on a command provided by an extension
   208 
   208 
   209   $ hg purge --mq --verbose --config extensions.purge=
   209   $ hg purge --mq --verbose --config extensions.purge=
   210   removing file flaf
   210   removing file flaf