Mercurial > hg
log
age | author | description |
---|---|---|
Thu, 04 Jun 2015 21:25:07 -0400 | Matt Harbison | addremove: replace match.bad() monkey patching with match.badmatch() |
Thu, 04 Jun 2015 21:19:22 -0400 | Matt Harbison | match: introduce badmatch() to eliminate long callback chains with subrepos |
Fri, 05 Jun 2015 21:45:44 +0900 | Yuya Nishihara | ssl: remove CERT_REQUIRED constant that was necessary for compatibility |
Fri, 05 Jun 2015 21:40:59 +0900 | Yuya Nishihara | ssl: drop try-except clause that was necessary for ancient Python |
Fri, 05 Jun 2015 21:37:46 +0900 | Yuya Nishihara | ssl: drop support for Python < 2.6, require ssl module |
Fri, 05 Jun 2015 21:25:28 +0900 | Yuya Nishihara | ssl: rename ssl_wrap_socket() to conform to our naming convention |