changeset 34:59d6883f84fd

wip: whitespace fixes in template
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sun, 10 Jan 2016 17:58:19 -0500
parents 07121932b366
children 0841d75ec182
files hgrc
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc
+++ b/hgrc
@@ -150,10 +150,9 @@
 wip = log --graph --rev=wip --template=wip
 
 [templates]
-sbisect = '{label("log.branch", ifeq(branch, "default", "", branch))} {label("changeset.{phase}", rev)}{if(bisect, " {label('bisect.{bisect|shortbisect}', bisect|shortbisect)}")} {label("log.user", author|user)}{label("log.tag", if(tags," {tags}"))} {bookmarks % "{ifeq(bookmark, currentbookmark, label('log.activebookmark', bookmark), label('log.bookmark', bookmark))} "}({label("log.date", date|shortdate)})\n{label(ifcontains(rev, revset('parents()'), 'desc.here'),desc|firstline)}'
-wip = '{label("log.branch", ifeq(branch, "default", "", branch))} {label("changeset.{phase}", rev)} {label("log.user", author|user)}{label("log.tag", if(tags," {tags}"))} {bookmarks % "{ifeq(bookmark, currentbookmark, label('log.activebookmark', bookmark), label('log.bookmark', bookmark))} "}({label("log.date", date|shortdate)})\n{label(ifcontains(rev, revset('parents()'), 'desc.here'),desc|firstline)}\n'
-
-gwip = '{label("log.branch", ifeq(branch, "default", "", branch))} {label("changeset.{phase}", gitnode|short)} {label("log.user", author|user)}{label("log.tag", if(tags," {tags}"))} {bookmarks % "{ifeq(bookmark, currentbookmark, label('log.activebookmark', bookmark), label('log.bookmark', bookmark))} "}({label("log.date", date|shortdate)})\n{label(ifcontains(rev, revset('parents()'), 'desc.here'),desc|firstline)}\n'
+sbisect = ' {label("log.branch", ifeq(branch, "default", "", "{branch} "))}{label("changeset.{phase}", rev)}{if(bisect, " {label('bisect.{bisect|shortbisect}', bisect|shortbisect)}")} {label("log.user", author|user)}{label("log.tag", if(tags," {tags}"))} {bookmarks % "{ifeq(bookmark, currentbookmark, label('log.activebookmark', bookmark), label('log.bookmark', bookmark))} "}({label("log.date", date|shortdate)})\n{label(ifcontains(rev, revset('parents()'), 'desc.here'),desc|firstline)}'
+wip = ' {label("log.branch", ifeq(branch, "default", "", "{branch} "))}{label("changeset.{phase}", rev)} {label("log.user", author|user)}{label("log.tag", if(tags," {tags}"))} {bookmarks % "{ifeq(bookmark, currentbookmark, label('log.activebookmark', bookmark), label('log.bookmark', bookmark))} "}({label("log.date", date|shortdate)})\n{label(ifcontains(rev, revset('parents()'), 'desc.here'),desc|firstline)}\n'
+gwip = ' {label("log.branch", ifeq(branch, "default", "", "{branch} "))}{label("changeset.{phase}", gitnode|short)} {label("log.user", author|user)}{label("log.tag", if(tags," {tags}"))} {bookmarks % "{ifeq(bookmark, currentbookmark, label('log.activebookmark', bookmark), label('log.bookmark', bookmark))} "}({label("log.date", date|shortdate)})\n{label(ifcontains(rev, revset('parents()'), 'desc.here'),desc|firstline)}\n'
 
 [revsetalias]
 wip = (parents(not public()) or not public() or . or head()) and not closed()