changeset 362:6dd0f2587d74

hgrc: swap remotebookmark entries in sl with topics I've stopped tinkering with remotebookmarks for now, but topics feel like they belong here. Giving it a shot.
author Augie Fackler <raf@durin42.com>
date Fri, 05 Jun 2015 15:10:50 -0400
parents 05ccb6c5fb4b
children 51aaf8bcd6ec
files .hgrc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgrc
+++ b/.hgrc
@@ -63,11 +63,11 @@ si = incoming -GTsl
 sl. = log -Gr 'smart and ::.' -Tsl
 
 [templates]
-sl = '{ifeq(branch,"default","","{label(black_background, branch)} ")}{label("log.changeset changeset.{phase}", shortest(node))} {label("grep.user", author|user)}{label("tags.normal", if(tags," {tags}"))}{label("sl.book", if(bookmarks," {bookmarks}"))}{label("sl.remotebook", if(remotebookmarks," {remotebookmarks}"))}\n{label(ifcontains(rev, revset('.'), 'desc.here'),desc|firstline)}'
+sl = '{ifeq(branch,"default","","{label(black_background, branch)} ")}{label("log.changeset changeset.{phase}", shortest(node))} {label("grep.user", author|user)}{label("tags.normal", if(tags," {tags}"))}{label("sl.book", if(bookmarks," {bookmarks}"))}{label("sl.topic", if(topics," {topics}"))}\n{label(ifcontains(rev, revset('.'), 'desc.here'),desc|firstline)}'
 
 [color]
 sl.book = magenta bold
-sl.remotebook = red bold
+sl.topic = yellow bold
 changeset.draft = magenta
 changeset.secret = red
 desc.here = inverse