tests/test-mq.t
branchstable
changeset 12942 05fffd665170
parent 12640 6cc4b14fb76b
child 13230 827a1cc127bf
equal deleted inserted replaced
12941:b911cb80c671 12942:05fffd665170
   176   $ echo >> .hg/patches/flaf
   176   $ echo >> .hg/patches/flaf
   177 
   177 
   178 status --mq with color (issue2096)
   178 status --mq with color (issue2096)
   179 
   179 
   180   $ hg status --mq --config extensions.color= --color=always
   180   $ hg status --mq --config extensions.color= --color=always
   181   A .hgignore
   181   \x1b[0;32;1mA .hgignore\x1b[0m (esc)
   182   A A
   182   \x1b[0;32;1mA A\x1b[0m (esc)
   183   A B
   183   \x1b[0;32;1mA B\x1b[0m (esc)
   184   A series
   184   \x1b[0;32;1mA series\x1b[0m (esc)
   185   ? flaf
   185   \x1b[0;35;1;4m? flaf\x1b[0m (esc)
   186 
   186 
   187 try the --mq option on a command provided by an extension
   187 try the --mq option on a command provided by an extension
   188 
   188 
   189   $ hg purge --mq --verbose --config extensions.purge=
   189   $ hg purge --mq --verbose --config extensions.purge=
   190   Removing file flaf
   190   Removing file flaf