[PATCH 5 of 5] hgweb.server: fix _httprequesthandlerssl help text

Augie Fackler raf at durin42.com
Wed Sep 9 09:49:10 CDT 2015


On Tue, Sep 08, 2015 at 08:01:01PM -0500, timeless at mozdev.org wrote:
> # HG changeset patch
> # User timeless at 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 at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list