changeset 37231 | dc4bb1422f2b |
parent 37227 | 9bcf096a2da2 |
child 37272 | 7d3bc1d4e871 |
--- a/mercurial/templateutil.py Sun Mar 18 16:53:08 2018 +0900 +++ b/mercurial/templateutil.py Sun Mar 18 16:57:07 2018 +0900 @@ -428,8 +428,6 @@ try: thing = unwrapastype(thing, getattr(filt, '_intype', None)) return filt(thing) - except (ValueError, AttributeError, TypeError): - raise error.Abort(_formatfiltererror(arg, filt)) except error.ParseError as e: raise error.ParseError(bytes(e), hint=_formatfiltererror(arg, filt))