log tests/test-install.t @ 41531:14983ac4a764

age author description
Mon, 04 Feb 2019 09:29:25 -0800 Gregory Szorc tests: add optional Python 2.7 deprecation output
Fri, 25 Jan 2019 22:32:45 -0500 Matt Harbison py3: fix a bytes/str mingling in test-install.t
Tue, 22 Jan 2019 17:50:52 -0800 Gregory Szorc tests: normalize to bytes in test-install.t
Sun, 16 Dec 2018 17:36:51 -0500 Matt Harbison run-tests: alias hg to hg.exe on Windows
Sun, 16 Dec 2018 15:47:08 -0500 Matt Harbison py3: conditionalize the python version in test-install.t
Wed, 17 Oct 2018 23:33:43 -0400 Matt Harbison py3: fix module imports in tests, as flagged by test-check-module-imports.t
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Sat, 17 Feb 2018 13:13:04 +0900 Yuya Nishihara debuginstall: do not parse editor command in posix way on Windows
Thu, 04 Jan 2018 16:29:07 -0800 Kyle Lippincott debugcommands: print out the editor that was searched for (post shlexsplit)
Thu, 04 Jan 2018 16:29:03 -0800 Kyle Lippincott tests: switch test from '--config ui.editor=~/foo' to HGEDITOR=~/foo
Mon, 27 Nov 2017 18:48:36 -0500 Boris Feld debuginstall: add a line about re2 availability
Thu, 07 Sep 2017 22:36:54 +0900 Yuya Nishihara debuginstall: do not pass exception object to formatter (issue5676)
Thu, 07 Sep 2017 22:27:23 +0900 Yuya Nishihara debuginstall: use codecs.lookup() to detect invalid encoding
Sun, 02 Jul 2017 13:14:20 +0900 Yuya Nishihara tests: alias syshg and syshgenv so they can be switched conditionally