contrib/debian/cacerts.rc
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Sat, 15 Apr 2017 02:54:36 +0200
changeset 32018 090fff9b6d65
parent 26297 ccdc2b23fdb8
permissions -rw-r--r--
obsolescence: add test for the "branch replacement" logic during push, case D7 Mercurial checks for the introduction of new heads on push. Evolution comes into play to detect if existing branches on the server are being replaced by some of the new one we push. This changeset adds test for the improved "branch replacement" logic introduce in an earlier commits. This tests initially lived in the evolve extensions. Since we now have the code handling this logic in core, it make sense to have the tests in core too. See inline documentation for details about the test case added in this changeset.
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