log tests/run-tests.py @ 24306:6ddc86eedc3b

age author description
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Fri, 06 Feb 2015 16:33:05 -0800 Gregory Szorc run-tests: ensure install directories exist
Fri, 06 Feb 2015 16:15:02 -0800 Gregory Szorc run-tests: avoid printing extra newlines from install log
Thu, 22 Jan 2015 00:07:06 +0900 FUJIWARA Katsunori run-tests.py: inherit --pure option from outer run-tests.py execution stable
Thu, 22 Jan 2015 00:03:58 +0900 FUJIWARA Katsunori run-tests.py: execute hghave with same env vars as ones for actual tests stable
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich run-tests: include testdir in $PATH so tests easily can use helper tools
Thu, 27 Nov 2014 02:04:30 +0100 Mads Kiilerich run-tests: automatically add (glob) to "saved backup bundle to" lines
Wed, 19 Nov 2014 23:41:40 -0500 Matt Harbison run-tests: set a default largefiles usercache in the default hgrc file
Tue, 18 Nov 2014 22:02:00 -0500 Matt Harbison run-tests: don't warn on unnecessary globs mandated by check-code.py
Tue, 04 Nov 2014 12:46:00 -0500 Matt Harbison run-tests: include quotes in the HGEDITOR value when storing sys.executable
Mon, 10 Nov 2014 13:20:56 -0500 Augie Fackler run-tests: use a try/except ladder instead of looking for a specific version
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Thu, 23 Oct 2014 13:44:34 -0500 Matt Mackall run-tests: output diffs with only forward slashes stable
Tue, 21 Oct 2014 23:16:46 +0900 Yuya Nishihara ui: separate option to show prompt echo, enabled only in tests (issue4417) stable
Sat, 18 Oct 2014 21:52:11 +0900 Yuya Nishihara run-tests: clean up unused globals that were removed by tests-refactor series