Mercurial > dotfiles
comparison .hgrc @ 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 | 26560465f5f6 |
comparison
equal
deleted
inserted
replaced
361:05ccb6c5fb4b | 362:6dd0f2587d74 |
---|---|
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}"))}{label("sl.remotebook", if(remotebookmarks," {remotebookmarks}"))}\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.topic", if(topics," {topics}"))}\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 sl.topic = yellow bold |
71 changeset.draft = magenta | 71 changeset.draft = magenta |
72 changeset.secret = red | 72 changeset.secret = red |
73 desc.here = inverse | 73 desc.here = inverse |
74 | 74 |
75 [revsetalias] | 75 [revsetalias] |