# HG changeset patch # User Augie Fackler # Date 1442946677 14400 # Node ID ccdc2b23fdb8ad1ba89e6c4ffbf05dbac22d426e # Parent 9cecbe837c94fcd817843c2401e37eabc74423af debian: configuration so that cacerts is properly loaded This will be included in the mercurial-common package in a followup patch. diff -r 9cecbe837c94 -r ccdc2b23fdb8 contrib/debian/cacerts.rc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contrib/debian/cacerts.rc Tue Sep 22 14:31:17 2015 -0400 @@ -0,0 +1,5 @@ +# This config file points Mercurial at the system-wide certificate +# store from the ca-certificates package. + +[web] +cacerts = /etc/ssl/certs/ca-certificates.crt