# HG changeset patch # User Augie Fackler # Date 1426277200 14400 # Node ID 05ccb6c5fb4b9df88e06bdc9d162912760eb554e # Parent 412a0d3c7d87ee346269cd674e3bc7030a5fc9a1 hg: add remotebookmarks output to smartlog diff --git a/.hgrc b/.hgrc --- 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