Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
- 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.