Submitter | phabricator |
---|---|
Date | Dec. 30, 2019, 1:32 p.m. |
Message ID | <3294094091fd4e710ea2e4d31dd0427e@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44124/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/hgweb/hgwebdir_mod.py b/mercurial/hgweb/hgwebdir_mod.py --- a/mercurial/hgweb/hgwebdir_mod.py +++ b/mercurial/hgweb/hgwebdir_mod.py @@ -486,7 +486,7 @@ ) return res.sendresponse() finally: - tmpl = None + del tmpl def makeindex(self, req, res, tmpl, subdir=b""): self.refresh()