comparison .hgrc @ 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 f95ae07fb55a
children cd4af92d4751
comparison
equal deleted inserted replaced
345:b9c8655f12f0 346:c94f73838566
63 publish=false 63 publish=false
64 64
65 # Config tricks from mpm for smartlog 65 # Config tricks from mpm for smartlog
66 [alias] 66 [alias]
67 sl = log -Gr smart -Tsl 67 sl = log -Gr smart -Tsl
68 si = incoming -GTsl
68 69
69 [templates] 70 [templates]
70 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)}' 71 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)}'
71 72
72 [color] 73 [color]