Mercurial > dotfiles
comparison .hgrc @ 400:879df95a0578
hg: add an indicator of ellipsis nodes to sl output
These are produced by narrowhg, and I like knowing about them.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 19 Jul 2016 09:21:16 -0400 |
parents | 1a85ad164ae7 |
children | bb7120cdd8ac |
comparison
equal
deleted
inserted
replaced
399:1a85ad164ae7 | 400:879df95a0578 |
---|---|
72 si = incoming -GTsl | 72 si = incoming -GTsl |
73 sl. = log -Gr 'smart and ::.' -Tsl | 73 sl. = log -Gr 'smart and ::.' -Tsl |
74 | 74 |
75 [templatealias] | 75 [templatealias] |
76 sl_branch = '{ifeq(branch,"default","","{label(black_background, branch)} ")}' | 76 sl_branch = '{ifeq(branch,"default","","{label(black_background, branch)} ")}' |
77 sl_node = '{label("log.changeset changeset.{phase}", shortest(node))}' | 77 sl_node = '{label("log.changeset changeset.{phase}", shortest(node))}{if(ellipsis, "...")}' |
78 sl_user = '{label("grep.user", author|user)}' | 78 sl_user = '{label("grep.user", author|user)}' |
79 sl_tags = '{label("tags.normal", if(tags," {tags}"))}' | 79 sl_tags = '{label("tags.normal", if(tags," {tags}"))}' |
80 sl_book = '{label("sl.book", if(bookmarks," {bookmarks}"))}' | 80 sl_book = '{label("sl.book", if(bookmarks," {bookmarks}"))}' |
81 sl_topic = '{label("sl.topic", if(topics," {topics}"))}' | 81 sl_topic = '{label("sl.topic", if(topics," {topics}"))}' |
82 sl_desc = '{label(ifcontains(rev, revset('.'), 'desc.here'),desc|firstline)}' | 82 sl_desc = '{label(ifcontains(rev, revset('.'), 'desc.here'),desc|firstline)}' |