Skip to content
Snippets Groups Projects
Commit 8c48a3c0 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

logcmdutil: remove unused attribute 'cache' from jsonchangeset printer

Perhaps it's a copy-pasta of changeset_templater at bd15932846a4.
parent 31750413
Branches
Tags
No related merge requests found
......@@ -317,7 +317,6 @@
def __init__(self, ui, repo, differ=None, diffopts=None, buffered=False):
changesetprinter.__init__(self, ui, repo, differ, diffopts, buffered)
self.cache = {}
self._first = True
def close(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment