contrib/packaging/debian/cacerts.rc
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 12:23:07 +0200
changeset 47153 fbf38517d17d
parent 38009 e51c91c14a07
permissions -rw-r--r--
revlog: introduce a `display_id` property We currently using the "index file" to identify a revlog in error output. Since we are about to make the "index file" location more volatile, we need something better. We move to use the "radix", as it is close to what we currently use. We could probably do better, as pointed out in the comment, however that would be a quite detour from my current goal. Differential Revision: https://phab.mercurial-scm.org/D10579

# This config file points Mercurial at the system-wide certificate
# store from the ca-certificates package.

[web]
cacerts = /etc/ssl/certs/ca-certificates.crt