aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2017-06-27 23:35:39 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2017-06-27 23:35:39 -0400
commita4ec2dc505f5a06b193bb892d891410ec7c9ec80 (patch)
tree5df2b3bb7f50e8f07bff9ec76ecd268fc7d106e7 /FAQ.md
parentd8c3c143bd6793d275024428bea601e2fd3dfbe7 (diff)
downloadtextadept-a4ec2dc505f5a06b193bb892d891410ec7c9ec80.tar.gz
textadept-a4ec2dc505f5a06b193bb892d891410ec7c9ec80.zip
Added FAQ entry on Mercurial TLS settings.
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 0adf8edb..ae043cc1 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -166,3 +166,13 @@ rather than just the name of the "ttf" file in your Fonts directory.
- - -
+**Q:**
+When I use Mercurial >= 3.9 to clone Textadept's source code repository, I get
+an "unsupported protocol" error related to TLS. How do I get around this?
+
+**A:**
+Set `hostsecurity.foicica.com:minimumprotocol=tls1.0` in your Mercurial
+configuration, as stated by the error message. Then try cloning again.
+
+- - -
+