git: 9front

Download patch

ref: 4b1d19d794034a0af7516448d0721b6052543067
parent: 90a8a65798f9bf53a8cc833024608abbbeca9ea9
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Apr 10 16:39:10 EDT 2016

hg: create system wide /sys/lib/hgrc to enabled hgwebfs extension

the openssl we currently use is outdated and will be removed
soon. webfs will handle the https for us with native tls code.
keys have to be stored in factotum for everyone who also wants
to commit directly.

--- /dev/null
+++ b/sys/lib/hgrc
@@ -1,0 +1,4 @@
+[extensions]
+# always use hgwebfs extension so we can use HTTPS without
+# openssl and keep keys in factotum
+hgwebfs=
--