[PATCH 7 of 8] color: teach color extension how to handle bookmarks

dsp at php.net dsp at php.net
Sun Jan 16 16:57:43 CST 2011


# HG changeset patch
# User David Soria Parra <dsp at php.net>
# Date 1295218317 -3600
# Node ID 1711520fd91f0c54c65f7ef7fbbdaa4f5be65e07
# Parent  f744bf4af613833ed1c498b12a164b714b90acf9
color: teach color extension how to handle bookmarks

diff --git a/hgext/color.py b/hgext/color.py
--- a/hgext/color.py
+++ b/hgext/color.py
@@ -96,6 +96,7 @@
            'branches.closed': 'black bold',
            'branches.current': 'green',
            'branches.inactive': 'none',
+           'bookmarks.current': 'green',
            'diff.changed': 'white',
            'diff.deleted': 'red',
            'diff.diffline': 'bold',


More information about the Mercurial-devel mailing list