log tests/test-extension.t @ 33408:e3867c712d51

age author description
Thu, 06 Jul 2017 14:33:48 -0500 Kevin Bullock tests: clean up a newly-introduced instance of `python`
Wed, 05 Jul 2017 11:10:11 -0500 Augie Fackler tests: replace yet more calls to `python` with $PYTHON
Sat, 17 Jun 2017 13:48:20 +0200 Pierre-Yves David configitems: add an official API for extensions to register config item
Tue, 27 Jun 2017 02:24:38 +0900 FUJIWARA Katsunori tests: use cgienv to minimize environment setup at hgweb tests
Tue, 27 Jun 2017 02:24:37 +0900 FUJIWARA Katsunori tests: avoid test failure for mangling path-like string by MSYS
Sun, 25 Jun 2017 08:20:05 +0530 Pulkit Goyal py3: make sure commands name are bytes in tests
Sat, 24 Jun 2017 02:39:20 +0900 FUJIWARA Katsunori extensions: register functions always at loading extension (issue5601)
Thu, 15 Jun 2017 14:27:52 -0400 Augie Fackler tests: use $PYTHON in #! so we always use the right Python
Fri, 09 Jun 2017 23:56:50 -0400 Matt Harbison test-extension: fix load path for Windows
Tue, 06 Jun 2017 10:09:48 -0400 Augie Fackler extensions: catch uisetup and extsetup failures and don't let them break hg
Tue, 06 Jun 2017 10:03:16 -0400 Augie Fackler tests: add test demonstrating how broken third-party extensions can get
Sat, 09 Jan 2016 23:24:52 +0900 Yuya Nishihara extensions: show deprecation warning for the use of cmdutil.command
Sat, 13 May 2017 15:41:50 +0900 Yuya Nishihara extensions: prohibit registration of command without using @command (API)
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
Sat, 25 Feb 2017 18:41:00 +0900 Yuya Nishihara patchbomb: add config knob to generate flags by template (issue5354)