tests/test-mq.t
branchstable
changeset 12942 05fffd665170
parent 12640 6cc4b14fb76b
child 13230 827a1cc127bf
--- a/tests/test-mq.t	Mon Nov 08 01:35:41 2010 +0100
+++ b/tests/test-mq.t	Mon Nov 08 01:41:41 2010 +0100
@@ -178,11 +178,11 @@
 status --mq with color (issue2096)
 
   $ hg status --mq --config extensions.color= --color=always
-  A .hgignore
-  A A
-  A B
-  A series
-  ? flaf
+  \x1b[0;32;1mA .hgignore\x1b[0m (esc)
+  \x1b[0;32;1mA A\x1b[0m (esc)
+  \x1b[0;32;1mA B\x1b[0m (esc)
+  \x1b[0;32;1mA series\x1b[0m (esc)
+  \x1b[0;35;1;4m? flaf\x1b[0m (esc)
 
 try the --mq option on a command provided by an extension