mercurial/color.py
changeset 35338 bd326f3e0e14
parent 35277 6ba79cf34f5e
child 35351 a4478f74ad56
--- a/mercurial/color.py	Thu Dec 07 16:05:20 2017 +0100
+++ b/mercurial/color.py	Thu Dec 07 16:12:32 2017 +0100
@@ -102,6 +102,15 @@
     'changeset.secret': '',
     'diffstat.deleted': 'red',
     'diffstat.inserted': 'green',
+    'formatvariant.name.mismatchconfig': 'red',
+    'formatvariant.name.mismatchdefault': 'yellow',
+    'formatvariant.name.uptodate': 'green',
+    'formatvariant.repo.mismatchconfig': 'red',
+    'formatvariant.repo.mismatchdefault': 'yellow',
+    'formatvariant.repo.uptodate': 'green',
+    'formatvariant.config.special': 'yellow',
+    'formatvariant.config.default': 'green',
+    'formatvariant.default': '',
     'histedit.remaining': 'red bold',
     'ui.prompt': 'yellow',
     'log.changeset': 'yellow',