changeset 361:05ccb6c5fb4b

hg: add remotebookmarks output to smartlog
author Augie Fackler <raf@durin42.com>
date Fri, 13 Mar 2015 16:06:40 -0400
parents 412a0d3c7d87
children 6dd0f2587d74
files .hgrc
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgrc
+++ b/.hgrc
@@ -63,10 +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}"))}\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.remotebook", if(remotebookmarks," {remotebookmarks}"))}\n{label(ifcontains(rev, revset('.'), 'desc.here'),desc|firstline)}'
 
 [color]
 sl.book = magenta bold
+sl.remotebook = red bold
 changeset.draft = magenta
 changeset.secret = red
 desc.here = inverse