log

age author description
Sun, 10 Apr 2016 21:32:05 +0000 timeless py3: use absolute_import in test-hgweb-non-interactive.t
Sun, 10 Apr 2016 21:32:01 +0000 timeless py3: use absolute_import in test-hgweb-no-request-uri.t
Sun, 10 Apr 2016 21:31:58 +0000 timeless py3: use absolute_import in test-hgweb-no-path-info.t
Mon, 11 Apr 2016 00:18:27 +0100 Jun Wu chg: use fsetcloexec instead of closing lockfd manually
Mon, 11 Apr 2016 00:17:17 +0100 Jun Wu chg: extract the logic of setting FD_CLOEXEC to a utility function
Sun, 10 Apr 2016 03:14:32 +0100 Jun Wu chg: add fchdirx as a utility function
Sun, 10 Apr 2016 22:58:11 +0100 Jun Wu chg: check lockfd at freecmdserveropts
Sun, 10 Apr 2016 23:56:00 +0100 Jun Wu chg: add sockdirfd to cmdserveropts
Sun, 10 Apr 2016 21:56:05 +0100 Jun Wu chg: fix spelling in the error message about error waiting for cmdserver
Sun, 10 Apr 2016 11:02:58 -0700 Gregory Szorc sslutil: document and slightly refactor validation logic
Sun, 10 Apr 2016 11:00:41 -0700 Gregory Szorc sslutil: require a server hostname when wrapping sockets (API)
Sun, 10 Apr 2016 10:59:45 -0700 Gregory Szorc sslutil: move and document verify_mode assignment
Sun, 10 Apr 2016 10:54:53 -0700 Gregory Szorc tests: use --insecure instead of web.cacerts=!
Sun, 10 Apr 2016 10:58:47 -0700 Gregory Szorc help: remove references to "Python 2.6 or later"
Mon, 04 Apr 2016 02:05:10 -0700 Kostia Balytskyi commands: make --rev and --index compatible in debugobsolete
Sun, 03 Apr 2016 19:38:57 +0900 Yuya Nishihara tests: enable import checker for tests/**.py files
Tue, 05 Apr 2016 23:38:00 +0900 Yuya Nishihara tests: stop direct symbol import of mercurial modules in test-status-inprocess
Tue, 05 Apr 2016 23:35:45 +0900 Yuya Nishihara tests: alias ui as uimod in test-revlog-ancestry/test-ui-verbosity
Tue, 05 Apr 2016 23:23:43 +0900 Yuya Nishihara tests: move stdlib imports before mercurial modules in test-parseindex2
Tue, 05 Apr 2016 23:22:38 +0900 Yuya Nishihara tests: stop direct symbol import of pprint.pprint in tests-minirst
Tue, 05 Apr 2016 23:30:18 +0900 Yuya Nishihara tests: import mercurial modules by name in test-propertycache
Tue, 05 Apr 2016 23:33:55 +0900 Yuya Nishihara tests: remove unused import of mercurial.repoview from test-propertycache
Sun, 03 Apr 2016 11:23:31 +0900 Yuya Nishihara templater: drop deprecated handling of KeyError from changeset_templater
Wed, 06 Apr 2016 20:34:34 +0000 timeless test-commandserver: handle cStringIO.StringIO/io.StringIO divergence
Wed, 06 Apr 2016 20:31:31 +0000 timeless pycompat: add util.stringio to handle py3 divergence
Wed, 06 Apr 2016 22:35:52 +0000 timeless pycompat: alias xrange to range in py3
Fri, 08 Apr 2016 14:03:05 +0000 timeless pycompat: fix demand import handling of Queue
Tue, 29 Mar 2016 17:43:23 +0000 timeless util: use __code__ (available since py2.6)
Sun, 03 Apr 2016 11:20:50 +0900 Yuya Nishihara templater: give better error message for invalid engine type
Thu, 07 Apr 2016 14:10:49 -0700 Durham Goode transaction: allow running file generators after finalizers