log

age author description
Sat, 21 May 2016 15:18:23 +0900 Yuya Nishihara commandserver: promote .cleanup() hook from chgserver
Sat, 21 May 2016 15:12:19 +0900 Yuya Nishihara commandserver: extract method to create commandserver instance per request
Mon, 11 Jul 2016 21:40:02 +0900 Yuya Nishihara error: make hintable exceptions reject unknown keyword arguments (API)
Sat, 09 Jul 2016 14:28:30 +0900 Yuya Nishihara error: make HintException a mix-in class not derived from BaseException (API)
Wed, 06 Jul 2016 22:53:22 -0700 Gregory Szorc sslutil: move context options flags to _hostsettings
Wed, 06 Jul 2016 22:47:24 -0700 Gregory Szorc sslutil: move protocol determination to _hostsettings
Mon, 11 Jul 2016 13:40:02 -0700 Durham Goode share: don't recreate the source repo each time
Mon, 11 Jul 2016 10:44:18 +0200 Maciej Fijalkowski setup: prepare for future cffi modules by adding placeholder in setup
Fri, 08 Jul 2016 16:48:38 +0100 Martijn Pieters journal: add support for seaching by pattern
Mon, 11 Jul 2016 14:45:41 +0100 Martijn Pieters journal: add share extension support
Mon, 11 Jul 2016 13:39:24 +0100 Martijn Pieters journal: add dirstate tracking
Mon, 11 Jul 2016 08:54:13 -0500 Matt Mackall merge with stable
Wed, 06 Jul 2016 21:16:00 -0700 Gregory Szorc sslutil: try to find CA certficates in well-known locations
Wed, 06 Jul 2016 20:46:05 -0700 Gregory Szorc sslutil: issue warning when unable to load certificates on OS X
Thu, 30 Jun 2016 08:38:19 -0700 skarlage revert: don't backup if no files reverted in interactive mode (issue4793)
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: define command annotation locally for Mercurial earlier than 3.1
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: avoid using formatteropts for Mercurial earlier than 3.2
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: use locally defined revlog option list for Mercurial earlier than 3.7
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: define util.safehasattr forcibly for Mercurial earlier than 1.9.3
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: add historical portability policy for future reference
Sat, 09 Jul 2016 14:01:55 +0800 Anton Shestakov tests: check ETag format in test-hgweb-commands
Sat, 09 Jul 2016 03:26:24 +0800 Anton Shestakov hgweb: emit a valid, weak ETag
Tue, 07 Jun 2016 15:35:58 +0200 Maciej Fijalkowski policy: add cffi policy for PyPy
Mon, 04 Jul 2016 10:04:11 -0700 Gregory Szorc sslutil: handle default CA certificate loading on Windows
Thu, 30 Jun 2016 19:54:12 -0700 Gregory Szorc sslutil: expand _defaultcacerts docstring to note calling assumptions
Mon, 04 Jul 2016 10:00:56 -0700 Gregory Szorc sslutil: document the Apple OpenSSL cert trick
Mon, 04 Jul 2016 09:58:45 -0700 Gregory Szorc sslutil: use certificates provided by certifi if available
Sun, 03 Jul 2016 22:28:24 +0530 Pulkit Goyal py3: make files use absolute_import and print_function
Fri, 01 Jul 2016 19:17:45 -0700 Gregory Szorc sslutil: don't attempt to find default CA certs file when told not to
Fri, 01 Jul 2016 19:04:39 -0700 Gregory Szorc sslutil: pass ui to _defaultcacerts