Submitter | phabricator |
---|---|
Date | Feb. 18, 2018, 12:46 p.m. |
Message ID | <706666a0369b4ca7e1b6b58082cd209f@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28068/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/hgweb/hgweb_mod.py b/mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py +++ b/mercurial/hgweb/hgweb_mod.py @@ -63,8 +63,6 @@ def getstyle(req, configfn, templatepath): fromreq = req.form.get('style', [None])[0] - if fromreq is not None: - fromreq = pycompat.sysbytes(fromreq) styles = ( fromreq, configfn('web', 'style'),