diff mercurial/color.py @ 39128:ddc1da134772

addremove: add associated color for the new labels We use classic color: green is added, red is removed.
author Boris Feld <boris.feld@octobus.net>
date Wed, 25 Jul 2018 17:11:59 +0200
parents afc4ad706f9c
children 3b421154d2ca
line wrap: on
line diff
--- a/mercurial/color.py	Tue Aug 14 11:39:48 2018 +0200
+++ b/mercurial/color.py	Wed Jul 25 17:11:59 2018 +0200
@@ -83,6 +83,8 @@
     'grep.filename': 'magenta',
     'grep.user': 'magenta',
     'grep.date': 'magenta',
+    'addremove.added': 'green',
+    'addremove.removed': 'red',
     'bookmarks.active': 'green',
     'branches.active': 'none',
     'branches.closed': 'black bold',