Mercurial > hg
view contrib/debian/cacerts.rc @ 33155:b8ae289a7707
patch: add close() to abstractbackend
patchbackend() seems to call it on an arbitrary backend, so it seems
to be part of the API. Since all subclasses do something in their
close() methods, I decided to let this one raise an exception rather
than just pass.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 30 Jun 2017 09:07:24 -0700 |
parents | ccdc2b23fdb8 |
children |
line wrap: on
line source
# This config file points Mercurial at the system-wide certificate # store from the ca-certificates package. [web] cacerts = /etc/ssl/certs/ca-certificates.crt