D5777: grep: respect ui.relative-paths

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Fri Feb 1 21:09:55 EST 2019


yuja added a comment.


  > - fm.data(node=fm.hexfunc(scmutil.binnode(ctx)))
  > - fm.write('path', '%s', fn, label='grep.filename') +            fm.data(node=fm.hexfunc(scmutil.binnode(ctx)), path=fn) +            fm.plain('%s' % uipathfn(fn), label='grep.filename')
  
  Removed useless `'%s' %` and queued, thanks.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5777

To: martinvonz, #hg-reviewers
Cc: yuja, mercurial-devel


More information about the Mercurial-devel mailing list