Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/hgwebdir_mod.py @ 34486:a57c938e7ac8
style: never use a space before a colon or comma
Differential Revision: https://phab.mercurial-scm.org/D954
author | Alex Gaynor <agaynor@mozilla.com> |
---|---|
date | Fri, 29 Sep 2017 15:48:34 +0000 |
parents | 8cbcee0b923d |
children | 8afc25e7effc |
line wrap: on
line diff
--- a/mercurial/hgweb/hgwebdir_mod.py Mon Oct 02 19:25:11 2017 -0700 +++ b/mercurial/hgweb/hgwebdir_mod.py Fri Sep 29 15:48:34 2017 +0000 @@ -320,7 +320,7 @@ for typ, spec in hgweb_mod.archivespecs.iteritems(): if typ in allowed or ui.configbool("web", "allow" + typ, untrusted=True): - archives.append({"type" : typ, "extension": spec[2], + archives.append({"type": typ, "extension": spec[2], "node": nodeid, "url": url}) return archives