> To fix issue I create: > > cygwin# mkdir /etc/mercurial > cygwin# cat <<EOF >/etc/mercurial/hgrc > [web] > cacerts = /usr/ssl/certs/ca-bundle.crt > EOF > > Note that if cacerts point to non-existing file you get error from Mercurial: > > cygwin# hg identify https://bitbucket.org/django/django || echo ERROR > abort: could not find web.cacerts: /a/usr/ssl/certs/ca-bundle.crt > ERROR > > May be Debian solution with '/etc/mercurial/hgrc.d' sufficient to avoid this > problem.
Or, just make mercurial depend on ca-certificates. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple