shithub: riscv

Download patch

ref: 0ac4a447b05b7ebcd291000706d9d3dbb593fa11
parent: 3238f124b81e53762e5c2e021630de20bdb7cbd9
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Apr 10 16:18:21 EDT 2016

hg: set mercurial.url.has_https when hgwebfs extension is in use

this allows the use of SSL/HTTPS even when python is not build
with openssl support.

--- a/sys/lib/python/hgext/hgwebfs.py
+++ b/sys/lib/python/hgext/hgwebfs.py
@@ -81,4 +81,5 @@
 def webopener(ui, authinfo=None):
 	return Webopener();
 
+mercurial.url.has_https = 1
 mercurial.url.opener = webopener