# HG changeset patch # User Augie Fackler # Date 1433531450 14400 # Node ID 6dd0f2587d74c197b6dca88d9323150508ea500b # Parent 05ccb6c5fb4b9df88e06bdc9d162912760eb554e 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. diff --git a/.hgrc b/.hgrc --- 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