Submitter | timeless@mozdev.org |
---|---|
Date | Sept. 9, 2015, 1:01 a.m. |
Message ID | <e9eb9d0ac9674e0bec76.1441760461@waste.org> |
Download | mbox | patch |
Permalink | /patch/10429/ |
State | Accepted |
Headers | show |
Comments
On Tue, Sep 08, 2015 at 08:01:01PM -0500, timeless@mozdev.org wrote: > # HG changeset patch > # User timeless@mozdev.org > # Date 1441740740 14400 > # Tue Sep 08 15:32:20 2015 -0400 > # Node ID e9eb9d0ac9674e0bec76fd58920ab80ceee19165 > # Parent 84f72bfe33a13c09b83fc9b2e2719f999aa17838 > hgweb.server: fix _httprequesthandlerssl help text queued, thanks > > diff --git a/mercurial/hgweb/server.py b/mercurial/hgweb/server.py > --- a/mercurial/hgweb/server.py > +++ b/mercurial/hgweb/server.py > @@ -239,7 +239,7 @@ > pass > > class _httprequesthandlerssl(_httprequesthandler): > - """HTTPS handler based on Pythons ssl module (introduced in 2.6)""" > + """HTTPS handler based on Python's ssl module""" > > url_scheme = 'https' > > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@selenic.com > https://selenic.com/mailman/listinfo/mercurial-devel
Patch
diff --git a/mercurial/hgweb/server.py b/mercurial/hgweb/server.py --- a/mercurial/hgweb/server.py +++ b/mercurial/hgweb/server.py @@ -239,7 +239,7 @@ pass class _httprequesthandlerssl(_httprequesthandler): - """HTTPS handler based on Pythons ssl module (introduced in 2.6)""" + """HTTPS handler based on Python's ssl module""" url_scheme = 'https'