# HG changeset patch # User Yuya Nishihara # Date 1523543073 -32400 # Node ID 8c121a9837cafb1a5ac620a0950b5003e4005990 # Parent e2506748b47f1e2e642ca9cff768ca645c472195 formatter: remove unused private attributes from baseformatter No idea what they were for. diff -r e2506748b47f -r 8c121a9837ca mercurial/formatter.py --- 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