# HG changeset patch # User Augie Fackler # Date 1410375537 14400 # Node ID c94f7383856697bc52e36560126d86ea74177c55 # Parent b9c8655f12f0fb72b322d0e515b373b120c4d53a hgrc: add si for a more compact incoming format diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -65,6 +65,7 @@ publish=false # Config tricks from mpm for smartlog [alias] sl = log -Gr smart -Tsl +si = incoming -GTsl [templates] 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)}'