changeset 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 89c7236a0899
files .hgrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgrc
+++ b/.hgrc
@@ -74,7 +74,7 @@ sl. = log -Gr 'smart and ::.' -Tsl
 
 [templatealias]
 sl_branch = '{ifeq(branch,"default","","{label(black_background, branch)} ")}'
-sl_node = '{label("log.changeset changeset.{phase}", shortest(node))}'
+sl_node = '{label("log.changeset changeset.{phase}", shortest(node))}{if(ellipsis, "...")}'
 sl_user = '{label("grep.user", author|user)}'
 sl_tags = '{label("tags.normal", if(tags," {tags}"))}'
 sl_book = '{label("sl.book", if(bookmarks," {bookmarks}"))}'