bookmarks: move color style to color
author |
Matt Mackall <mpm@selenic.com> |
date |
Thu, 10 Feb 2011 13:46:28 -0600 |
parents |
bab5490eb2bc |
children |
ee01d9d84115 |
files |
hgext/bookmarks.py hgext/color.py |
diffstat |
2 files changed, 1 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/hgext/bookmarks.py
+++ b/hgext/bookmarks.py
@@ -356,5 +356,3 @@
('m', 'rename', '', _('rename a given bookmark'), _('NAME'))],
_('hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]')),
}
-
-colortable = {'bookmarks.current': 'green'}
--- a/hgext/color.py
+++ b/hgext/color.py
@@ -92,6 +92,7 @@
'cyan_background': 46, 'white_background': 47}
_styles = {'grep.match': 'red bold',
+ 'bookmarks.current': 'green',
'branches.active': 'none',
'branches.closed': 'black bold',
'branches.current': 'green',