# HG changeset patch # User Augie Fackler # Date 1468934476 14400 # Node ID 879df95a0578084399300e6aa97296cb45d0e3c9 # Parent 1a85ad164ae7e60e441a9fe1499e800515eeb2f5 hg: add an indicator of ellipsis nodes to sl output These are produced by narrowhg, and I like knowing about them. diff --git a/.hgrc b/.hgrc --- 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}"))}'