# HG changeset patch # User Matt Mackall # Date 2011-02-10 19:46:28 # Node ID 5b4252364ff983fabe7fbf407a85be18acb996f5 # Parent bab5490eb2bc5c4daf0642cf53dd061ec54384b1 bookmarks: move color style to color diff --git a/hgext/bookmarks.py b/hgext/bookmarks.py --- a/hgext/bookmarks.py +++ b/hgext/bookmarks.py @@ -356,5 +356,3 @@ cmdtable = { ('m', 'rename', '', _('rename a given bookmark'), _('NAME'))], _('hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]')), } - -colortable = {'bookmarks.current': 'green'} diff --git a/hgext/color.py b/hgext/color.py --- a/hgext/color.py +++ b/hgext/color.py @@ -92,6 +92,7 @@ from mercurial.i18n import _ 'cyan_background': 46, 'white_background': 47} _styles = {'grep.match': 'red bold', + 'bookmarks.current': 'green', 'branches.active': 'none', 'branches.closed': 'black bold', 'branches.current': 'green',