Mercurial > dotfiles
view hgrc/wip.style @ 451:d5d49e678146
Don't need `terse-status` extension, Mercurial has that by default now.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 03 Jan 2019 21:25:11 -0800 |
parents | 92f460133b0c |
children |
line wrap: on
line source
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}'