# HG changeset patch # User Augie Fackler # Date 1412619253 14400 # Node ID cd4af92d47514aa70f5db51edf7138d73885deb4 # Parent 6d78e7d0930f67f7ef08a6a0b89588657953e077 hgrc: add sl. alias for sl when I have too many patches diff --git a/.hgrc b/.hgrc --- 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)}'