Mercurial > hg
annotate contrib/debian/cacerts.rc @ 28358:ffd3ac07b1d7
chg: limit reconnect attempts
Some users may have hg as a wrapper script which sets sensitive environment
variables (like setting up virtualenv). This will make chg redirect forever
because the environment variables are never considered up to date.
This patch adds a limit (10) for reconnect attempts and warn the user with
a possible solution if the limit is exceeded.
author | Jun Wu <quark@fb.com> |
---|---|
date | Wed, 02 Mar 2016 10:42:58 +0000 |
parents | ccdc2b23fdb8 |
children |
rev | line source |
---|---|
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 |