hgext/bookmarks.py
changeset 10826 717c35d55fb3
parent 10820 da809085bc9f
child 10882 f0bfe42c7b1f
--- a/hgext/bookmarks.py	Fri Apr 02 15:22:15 2010 -0500
+++ b/hgext/bookmarks.py	Fri Apr 02 15:22:17 2010 -0500
@@ -339,3 +339,5 @@
           ('m', 'rename', '', _('rename a given bookmark'))],
          _('hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]')),
 }
+
+colortable = {'bookmarks.current': 'green'}