diff tests/test-remove.t @ 40367:824b687ff6af

addremove: add "ui." prefix to message color keys I don't like fully-colorized status/warning messages, and I want to disable them at all. If we'd supported a syntax like 'color.ui.*=none', I could easily turn addremove.added/removed off as well as ui.error. This patch is just for that. Since addremove colors aren't released yet, which were added at ddc1da134772, there are no compatibility concerns.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 18 Oct 2018 21:00:07 +0900
parents 1320df0dcaae
children
line wrap: on
line diff
--- a/tests/test-remove.t	Thu Feb 09 09:17:40 2017 -0800
+++ b/tests/test-remove.t	Thu Oct 18 21:00:07 2018 +0900
@@ -527,7 +527,7 @@
   \r (no-eol) (esc)
   deleting [===========================================>] 1/1\r (no-eol) (esc)
                                                               \r (no-eol) (esc)
-  [addremove.removed ui.status|removing a]
+  [ui.addremove.removed ui.status|removing a]
   $ hg diff
 
   $ cat >> .hg/hgrc <<EOF