Mercurial > dotfiles
comparison .hgrc @ 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 |
comparison
equal
deleted
inserted
replaced
360:412a0d3c7d87 | 361:05ccb6c5fb4b |
---|---|
61 sl = log -Gr smart -Tsl | 61 sl = log -Gr smart -Tsl |
62 si = incoming -GTsl | 62 si = incoming -GTsl |
63 sl. = log -Gr 'smart and ::.' -Tsl | 63 sl. = log -Gr 'smart and ::.' -Tsl |
64 | 64 |
65 [templates] | 65 [templates] |
66 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)}' | 66 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)}' |
67 | 67 |
68 [color] | 68 [color] |
69 sl.book = magenta bold | 69 sl.book = magenta bold |
70 sl.remotebook = red bold | |
70 changeset.draft = magenta | 71 changeset.draft = magenta |
71 changeset.secret = red | 72 changeset.secret = red |
72 desc.here = inverse | 73 desc.here = inverse |
73 | 74 |
74 [revsetalias] | 75 [revsetalias] |