D3648: show: Get rid of extraneous space if `tip` also has other bookmarks

2018-05-23 Thread yuja (Yuya Nishihara)
yuja added a comment. > -names_tags = '{if(names % "{ifeq(name, 'tip', '', name)}", " ({label('log.{colorname}', join(names % "{ifeq(name, 'tip', '', name)}", ' '))})")}' > +names_tags = '{if(names % "{ifeq(name, 'tip', '', name)}", " ({label('log.{colorname}', separate(names %

Re: D3648: show: Get rid of extraneous space if `tip` also has other bookmarks

2018-05-23 Thread Yuya Nishihara
> -names_tags = '{if(names % "{ifeq(name, 'tip', '', name)}", " > ({label('log.{colorname}', join(names % "{ifeq(name, 'tip', '', name)}", ' > '))})")}' > +names_tags = '{if(names % "{ifeq(name, 'tip', '', name)}", " > ({label('log.{colorname}', separate(names % "{ifeq(name, 'tip', '', name)}",

D3648: show: Get rid of extraneous space if `tip` also has other bookmarks

2018-05-23 Thread tom.prince (Tom Prince)
tom.prince created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3648 AFFECTED FILES mercurial/templates/map-cmdline.show CHANGE DETAILS diff --git