changeset 346:c94f73838566

hgrc: add si for a more compact incoming format
author Augie Fackler <raf@durin42.com>
date Wed, 10 Sep 2014 14:58:57 -0400
parents b9c8655f12f0
children 6d78e7d0930f
files .hgrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)}'