mercurial/color.py
changeset 30653 b2be4ccaff1d
parent 30652 1ec42bdd7874
child 30967 20990991d384
--- a/mercurial/color.py	Fri Nov 18 18:09:36 2016 +0100
+++ b/mercurial/color.py	Fri Nov 18 18:18:15 2016 +0100
@@ -60,3 +60,6 @@
            'status.unknown': 'magenta bold underline',
            'tags.normal': 'green',
            'tags.local': 'black bold'}
+
+def loadcolortable(ui, extname, colortable):
+    _styles.update(colortable)