Submitter | phabricator |
---|---|
Date | Oct. 17, 2017, 12:39 p.m. |
Message ID | <a15f000344d722c29ecba9fa93588aa0@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25094/ |
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 @@ -187,7 +187,7 @@ if style == styles[0]: vars['style'] = style - start = r'&' if req.url[-1] == r'?' else r'?' + start = '&' if req.url[-1] == r'?' else '?' sessionvars = webutil.sessionvars(vars, start) if not self.reponame: