tests/run-tests.py
Sun, 22 Nov 2009 19:11:12 +0100 Patrick Mezard run-tests: work around a distutils bug triggered by 0a8a43b4ca75
Sun, 22 Nov 2009 11:19:07 +0100 Martin Geisler Merge with stable
Wed, 18 Nov 2009 22:23:11 -0500 Greg Ward run-tests: give each child its own tmp dir (issue1911) stable
Wed, 18 Nov 2009 22:23:11 -0500 Greg Ward run-tests: give each child its own tmp dir (issue1911)
Tue, 17 Nov 2009 13:24:58 +0100 Dan Villiom Podlaski Christiansen run-tests: set --home when building with distutils
Mon, 02 Nov 2009 17:06:11 -0500 Greg Ward run-tests: add "debug" mode: don't capture child output, just show it.
Mon, 02 Nov 2009 17:06:10 -0500 Greg Ward run-tests: make --tmpdir option more useful.
Mon, 12 Oct 2009 14:52:53 -0500 Matt Mackall tests: add -k to test scripts matching keywords
Sun, 11 Oct 2009 13:58:53 -0500 Matt Mackall run-tests: add --noskips option
Fri, 28 Aug 2009 20:53:03 +0200 Martin Geisler run-tests: standardize on --foo instead of -f/--foo
Fri, 28 Aug 2009 20:50:54 +0200 Martin Geisler run-tests: use parser.error for cmdline option errors
Sat, 15 Aug 2009 21:19:57 +0900 Nicolas Dumazet run-tests: expand --tmpdir and create it if needed
Sun, 05 Jul 2009 11:01:30 +0200 Alejandro Santos compat: use open() instead of file() everywhere
Sun, 05 Jul 2009 10:59:54 +0200 Alejandro Santos tests: add -3 switch to run-tests.py
Tue, 23 Jun 2009 22:20:54 -0400 Greg Ward run-tests: use os.path.realpath() to find hg's setup.py.
Fri, 19 Jun 2009 13:47:50 +0200 Dirkjan Ochtman kill trailing whitespace
Sat, 06 Jun 2009 15:38:03 -0700 Brendan Cully Unbreak run-tests support for out-of-tree extensions
Wed, 03 Jun 2009 14:10:36 +0200 Dirkjan Ochtman tests: delete parallel coverage files after combining
Mon, 01 Jun 2009 09:18:35 -0400 Greg Ward run-tests: don't replace PYTHONPATH, just augment it.
Sun, 31 May 2009 15:20:31 -0400 Greg Ward run-tests: redefine --with-hg so it takes the 'hg' script to run.
Fri, 29 May 2009 22:18:16 -0400 Greg Ward run-tests: fix _checkhglib() so it's correct when using --with-hg.
Fri, 29 May 2009 22:18:15 -0400 Greg Ward run-tests: factor out _checkhglib() to check import path of 'mercurial'.
Fri, 29 May 2009 22:17:53 -0400 Greg Ward run-tests: show PID if running in parallel mode with -v.
Fri, 29 May 2009 10:00:03 -0400 Greg Ward run-tests: clarify timeout log message.
Mon, 25 May 2009 18:34:35 +0200 Dirkjan Ochtman tests: make coverage run in parallel mode, clean up coverage code
Tue, 19 May 2009 09:36:20 +0200 Simon Heimberg runtest: do not start testing when there is no test
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall remove deprecated rawcommit
Sat, 02 May 2009 23:05:35 +0200 Martin Geisler util: always use subprocess
Fri, 24 Apr 2009 14:40:56 -0700 Bryan O'Sullivan run-tests.py: ensure that hgpkg is always visible
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Wed, 22 Apr 2009 15:49:33 +0200 Simon Heimberg run-tests: cosmetics
Wed, 22 Apr 2009 09:11:46 +0200 Simon Heimberg run-tests: fix error when timeout occurs
Wed, 22 Apr 2009 01:53:15 +0200 Benoit Boissinot run-tests: fix -jN broken by 60a9e3cf0cf4
Tue, 21 Apr 2009 11:19:10 +0200 Martin Geisler run-tests: removed some underscores (coding style)
Tue, 21 Apr 2009 10:53:42 +0200 Martin Geisler run-tests: upper-case global PYTHON variable
Mon, 20 Apr 2009 21:50:11 -0400 Greg Ward run-tests: reduce global variables set by parse_args().
Mon, 20 Apr 2009 21:42:20 -0400 Greg Ward run-tests: factor out main(); reduce use of globals a bit.
Mon, 20 Apr 2009 21:10:39 -0400 Greg Ward run-tests: move bits of main program so it's all at the bottom.
Mon, 20 Apr 2009 21:07:05 -0400 Greg Ward run-tests: move _hgpath() up so it's not in the middle of the main program.
Mon, 20 Apr 2009 21:04:24 -0400 Greg Ward run-tests: factor out parse_args(). Clarify use of globals a bit.
Wed, 08 Apr 2009 02:38:23 +0900 Nicolas Dumazet run-tests: detect when hghave fails to check for a feature and fail test
Fri, 27 Feb 2009 19:10:38 +0100 Mads Kiilerich run-tests.py: avoid using popen2.Popen4 - use subprocess instead
Wed, 18 Feb 2009 13:19:30 +0100 Frank Wierzbicki tests: use same popen strategy for jython as for nt
Tue, 10 Feb 2009 22:47:38 +0100 Mads Kiilerich test-merge-tool: Make sure no hgmerge can be found in $PATH
Sun, 25 Jan 2009 14:12:41 -0500 Jim Correia Account for symlinks when setting up HGTMP.
Sat, 31 Jan 2009 22:50:18 +0100 Martin Geisler run-tests: add --pure flag for using pure Python modules
Fri, 19 Dec 2008 16:48:32 -0600 Matt Mackall tests: fix no-diffs option
Mon, 01 Dec 2008 12:11:28 +0100 Thomas Arendsen Hein Fix non-empty $CDPATH causing failed tests.
Fri, 07 Nov 2008 16:28:52 -0600 Matt Mackall run-tests: allow turning off diff display
Wed, 22 Oct 2008 17:34:37 -0500 Matt Mackall run-tests: --interactive overrides -j
Sun, 19 Oct 2008 19:03:23 +0200 Thomas Arendsen Hein Use dummy diffstat in tests and remove older diffstat workaround.
Sat, 18 Oct 2008 22:44:01 +0200 Benoit Boissinot run-tests.py: report missing file as an error
Sat, 18 Oct 2008 21:08:44 +0200 Benoit Boissinot run-tests.py: use --prefix instead of --home
Wed, 10 Sep 2008 13:52:33 +0200 Benoit Boissinot run-tests.py: fix the check for the hg installation with -jn (n > 1)
Wed, 03 Sep 2008 19:01:35 +0200 Dirkjan Ochtman imported patch test-check
Mon, 16 Jun 2008 11:37:26 +0200 Thomas Arendsen Hein run-tests.py: Make tests run with python2.3 if HGTEST_* is set.
Mon, 24 Mar 2008 22:09:01 +0100 Thomas Arendsen Hein run-tests.py: Only one fail message when output changed and error code.
Sun, 23 Mar 2008 21:48:38 +0100 Thomas Arendsen Hein run-tests.py: Allow environment variables to set jobs/timeout/port.
Fri, 21 Mar 2008 15:57:22 -0500 Matt Mackall tests: teach -i about fails list
Thu, 13 Mar 2008 17:39:30 +0100 Benoit Boissinot run-tests.py: add a summary of failed tests at the end
less more (0) -100 -60 tip