Mercurial > public > mercurial-scm > hg-stable
diff hgext/color.py @ 19215:f184fe1e2ac5
summary: add a histedit hook
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Tue, 14 May 2013 11:23:18 -0700 |
parents | 0250047a365e |
children | 8ddc3cd962ba |
line wrap: on
line diff
--- a/hgext/color.py Tue May 14 11:23:17 2013 -0700 +++ b/hgext/color.py Tue May 14 11:23:18 2013 -0700 @@ -63,6 +63,8 @@ rebase.rebased = blue rebase.remaining = red bold + histedit.remaining = red bold + The available effects in terminfo mode are 'blink', 'bold', 'dim', 'inverse', 'invisible', 'italic', 'standout', and 'underline'; in ECMA-48 mode, the options are 'bold', 'inverse', 'italic', and @@ -251,6 +253,7 @@ 'diff.trailingwhitespace': 'bold red_background', 'diffstat.deleted': 'red', 'diffstat.inserted': 'green', + 'histedit.remaining': 'red bold', 'ui.prompt': 'yellow', 'log.changeset': 'yellow', 'rebase.rebased': 'blue',