Mercurial > hg
comparison mercurial/hgweb/common.py @ 26125:c990afab2243
templater: drop unneeded destructuring of argument tuple at buildfilter
Because evalfuncarg() accepts an argument tuple, there is little meaning
to pass (func, data, filt) in place of ((func, data), filt).
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Tue, 01 Sep 2015 19:04:10 +0900 |
parents | 46e2c57026bc |
children | 461e7b700fdf |
comparison
equal
deleted
inserted
replaced
26124:604a7c941103 | 26125:c990afab2243 |
---|