Mercurial > dotfiles
diff .hgrc @ 348:cd4af92d4751
hgrc: add sl. alias for sl when I have too many patches
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 06 Oct 2014 14:14:13 -0400 |
parents | c94f73838566 |
children | b55a7fe4dfab |
line wrap: on
line diff
--- a/.hgrc +++ b/.hgrc @@ -66,6 +66,7 @@ publish=false [alias] sl = log -Gr smart -Tsl si = incoming -GTsl +sl. = log -Gr 'smart and ::.' -Tsl [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)}'