Mercurial > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
347:6d78e7d0930f | 348:cd4af92d4751 |
---|---|
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 si = incoming -GTsl |
69 sl. = log -Gr 'smart and ::.' -Tsl | |
69 | 70 |
70 [templates] | 71 [templates] |
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)}' | 72 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)}' |
72 | 73 |
73 [color] | 74 [color] |