log tests/hghave.py @ 26068:05e7f57c74ac

age author description
Sat, 22 Aug 2015 10:37:38 -0700 Gregory Szorc hghave: remove quiet option
Sat, 22 Aug 2015 10:28:34 -0700 Gregory Szorc hghave: move feature checking into hghave.py
Sun, 19 Jul 2015 15:27:28 +0900 Yuya Nishihara tests: disable test of buffer overflow in parsers.c if --pure stable
Tue, 23 Jun 2015 22:30:33 -0700 Gregory Szorc global: mass rewrite to use modern octal syntax
Thu, 07 May 2015 17:38:22 +0900 Yuya Nishihara test-https: test basic functions of client certificate authentication
Fri, 15 May 2015 10:24:59 +0200 Gilles Moris test-http: drop compatibility check on Python >= 2.4.3
Fri, 15 May 2015 10:29:39 -0500 Matt Mackall hghave: use try/except/finally
Wed, 04 Mar 2015 23:27:04 +0900 Yuya Nishihara ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC)
Wed, 04 Mar 2015 22:41:48 +0900 Yuya Nishihara test-https: enable dummycert test only if Apple python is used (issue4500)
Tue, 13 Jan 2015 15:08:55 -0500 Augie Fackler hghave: we now support Python 2.7.9's ssl for https
Mon, 10 Nov 2014 13:27:25 -0500 Augie Fackler hghave: use a less brittle have-json check
Sat, 04 Oct 2014 16:46:50 +0900 Yuya Nishihara cmdserver: add service that listens on unix domain socket and forks process
Thu, 18 Sep 2014 11:43:47 -0700 Pierre-Yves David test: protect the run-tests.py --json test behind an hghave rule
Fri, 26 Sep 2014 02:19:48 +0200 Mads Kiilerich ssl: on OS X, use a dummy cert to trick Python/OpenSSL to use system CA certs