changeset 37596 | 8c121a9837ca |
parent 37500 | 8bb3899a0f47 |
child 37597 | d110167610db |
--- a/mercurial/formatter.py Fri Mar 30 16:40:25 2018 -0700 +++ b/mercurial/formatter.py Thu Apr 12 23:24:33 2018 +0900 @@ -160,8 +160,6 @@ def __init__(self, ui, topic, opts, converter): self._ui = ui self._topic = topic - self._style = opts.get("style") - self._template = opts.get("template") self._converter = converter self._item = None # function to convert node to string suitable for this output