Mercurial > hg-stable
changeset 37771:8c48a3c088a7
logcmdutil: remove unused attribute 'cache' from jsonchangeset printer
Perhaps it's a copy-pasta of changeset_templater at bd15932846a4.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 13 Apr 2018 22:20:13 +0900 |
parents | 31750413f8d7 |
children | 814151cd8c4a |
files | mercurial/logcmdutil.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/logcmdutil.py Fri Apr 13 22:58:49 2018 +0900 +++ b/mercurial/logcmdutil.py Fri Apr 13 22:20:13 2018 +0900 @@ -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):