Mercurial > dotfiles
diff hgrc/wip.style @ 301:92f460133b0c
Use Steve Losh's templates from some correct place. Add Jordi's aliases.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 22 May 2015 15:20:20 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hgrc/wip.style Fri May 22 15:20:20 2015 -0700 @@ -0,0 +1,15 @@ +wbrch = '{label("log.branch", + ifeq(branch, "default", + "", + branch))}' +wcset = '{label("changeset.{phase}", + rev)}' +wuser = '{label("grep.user", + author|user)}' +wtags = '{label("log.tag", + if(tags," {tags}"))}' +wbook = '{label("log.bookmark", + if(bookmarks," {bookmarks}"))}' +wdesc = '{label(ifcontains(rev, revset('parents()'), 'desc.here'), + desc|firstline)}' +changeset = '{wbrch} {wcset} {wuser} {wtags} {wbook}\n{wdesc}'