contrib/debian/cacerts.rc
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 26 Mar 2018 13:59:56 -0700
changeset 37289 5fadc63ac99f
parent 26297 ccdc2b23fdb8
permissions -rw-r--r--
wireproto: explicit API to create outgoing streams It is better to create outgoing streams through the reactor so the reactor knows about what streams are active and can track them accordingly. Test output changes slightly because frames from subsequent responses no longer have the "stream begin" stream flag set because the stream is now used across all responses. Differential Revision: https://phab.mercurial-scm.org/D2947
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26297
ccdc2b23fdb8 debian: configuration so that cacerts is properly loaded
Augie Fackler <augie@google.com>
parents:
diff changeset
     1
# This config file points Mercurial at the system-wide certificate
ccdc2b23fdb8 debian: configuration so that cacerts is properly loaded
Augie Fackler <augie@google.com>
parents:
diff changeset
     2
# store from the ca-certificates package.
ccdc2b23fdb8 debian: configuration so that cacerts is properly loaded
Augie Fackler <augie@google.com>
parents:
diff changeset
     3
ccdc2b23fdb8 debian: configuration so that cacerts is properly loaded
Augie Fackler <augie@google.com>
parents:
diff changeset
     4
[web]
ccdc2b23fdb8 debian: configuration so that cacerts is properly loaded
Augie Fackler <augie@google.com>
parents:
diff changeset
     5
cacerts = /etc/ssl/certs/ca-certificates.crt