changeset 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 6d78e7d0930f
children fc89d315942f
files .hgrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)}'