Mercurial > evolve
changeset 5920:c1af4d9e46f4
topic: remove duplicate entry in the colortable
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 17 May 2021 17:45:57 +0800 |
parents | 6bc94d126520 |
children | c04c4383f33e |
files | hgext3rd/topic/__init__.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py Sat May 15 03:00:00 2021 +0800 +++ b/hgext3rd/topic/__init__.py Mon May 17 17:45:57 2021 +0800 @@ -229,7 +229,6 @@ # default color to help log output and thg # (first pick I could think off, update as needed b'log.topic': b'green_background', - b'topic.active': b'green', } __version__ = b'0.23.0.dev'