Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
300:65165c2de85e | 301:92f460133b0c |
---|---|
1 wbrch = '{label("log.branch", | |
2 ifeq(branch, "default", | |
3 "", | |
4 branch))}' | |
5 wcset = '{label("changeset.{phase}", | |
6 rev)}' | |
7 wuser = '{label("grep.user", | |
8 author|user)}' | |
9 wtags = '{label("log.tag", | |
10 if(tags," {tags}"))}' | |
11 wbook = '{label("log.bookmark", | |
12 if(bookmarks," {bookmarks}"))}' | |
13 wdesc = '{label(ifcontains(rev, revset('parents()'), 'desc.here'), | |
14 desc|firstline)}' | |
15 changeset = '{wbrch} {wcset} {wuser} {wtags} {wbook}\n{wdesc}' |