2014-04-12 Christian Ebert Merge with stable
2014-03-25 Gregory Szorc run-tests: allow test paths in other directories stable
2014-03-25 Gregory Szorc run-tests: allow option parser to be extended stable
2014-03-25 Gregory Szorc run-tests: use return values instead of sys.exit stable
2014-03-25 Gregory Szorc run-tests: Pass arguments into argument parser stable
2014-03-22 Christian Ebert Merge with stable
2014-02-28 Mads Kiilerich tests: add run-tests --changed option for running tests changed in revisions stable
2014-03-20 Christian Ebert Merge with stable
2014-03-10 Augie Fackler killdaemons: drop superfluous L suffix from constant stable
2014-03-18 Mads Kiilerich tests: small refactoring of run-tests' handling of tests list stable
2014-03-19 Mads Kiilerich config: set a 'source' in most cases where config don't come from file but code stable
2014-03-13 Christian Ebert Merge with stable
2014-03-12 Augie Fackler run-tests: move from dict() construction to {} literals stable
2014-03-08 Matt Mackall templating: make -T much more flexible stable
2014-03-08 Matt Mackall changeset_templater: remove use_template method stable
2014-03-04 Christian Ebert Merge with stable
2014-03-04 Matt Mackall tests: fix unused imports from inotify removal caught by pyflakes stable
2014-03-01 Matt Mackall extensions: remove the inotify extension (BC) stable
2014-03-02 Christian Ebert Merge with stable
2014-02-16 Simon Heimberg run-tests: fixed warn detection on failures with too many output stable
2014-02-16 Simon Heimberg run-tests: fixed warn detection on detecting warn only for lines stable
2014-03-02 Christian Ebert Merge with default stable
2014-02-25 Christian Ebert test can be run without option now
2014-02-24 Christian Ebert Merge with stable
2014-02-20 Siddharth Agarwal run-tests.py: work when --with-hg is set to system hg stable
2014-02-17 Christian Ebert Merge with stable
2014-02-15 Patrick Mezard run-tests: fix heredoctest for out-of-tree extensions stable
2014-02-13 Simon Heimberg run-tests: unnecessary globs also count as warnings stable
2014-02-13 Simon Heimberg run-tests: report a test as warned when only missing globs stable
2014-02-13 Simon Heimberg run-tests: add possibility for test-runners to report a "warned" test result stable
2014-02-13 Simon Heimberg run-tests: separate exit code when no failed tests but warned ones stable
2014-02-13 Simon Heimberg run-tests: introduce 'warned' as test result stable
2014-02-13 Simon Heimberg run-tests: handle sys.exit in main function stable
2014-02-13 Simon Heimberg run-tests: remove unnecessary variable initialisation stable
2014-02-14 Christian Ebert Merge with stable
2014-02-12 Simon Heimberg tests: killdaemons.py for windows distinguishes access violation and terminated stable
2014-02-12 Simon Heimberg tests: killdaemons.py for checks reason when getting no process handle stable
2014-01-17 Simon Heimberg tests: killdaemons.py for windows waits for killed process to terminate stable
2014-01-17 Simon Heimberg tests: kill for windows in killdaemons.py checks return values stable
2014-02-11 Christian Ebert Merge with stable
2014-02-11 Simon Heimberg run-tests: fix typo and print out failing line stable
2014-02-10 Christian Ebert Merge with stable
2014-02-05 Mads Kiilerich tests: ignore http tests that are known wontfix failures on python 2.4 stable
2014-02-03 Christian Ebert Merge with stable
2014-01-20 Mads Kiilerich tests: 'hghave tic' also requires curses support in Python stable
2014-01-17 Christian Ebert Merge with stable
2014-01-16 Simon Heimberg run-tests: print more information on unnecessary glob matching stable
2014-01-16 Simon Heimberg run-tests: suggest to append glob when only path sep does not match stable
2014-01-16 Simon Heimberg run-tests: test each line matching function on its own stable
2014-01-16 Simon Heimberg run-tests: set the thread name to the test name for info on error stable
2014-01-16 Simon Heimberg run-tests: report tests as failed when run-test raises an error stable
2014-01-07 Simon Heimberg cleanup: Remove the only ever used skip-check-code pragma stable
2013-11-06 Augie Fackler pathutil: tease out a new library to break an import cycle from canonpath use stable
2014-01-14 Christian Ebert Merge with stable
2013-11-25 Simon Heimberg run-tests: better check for python version stable
2013-11-28 Christian Ebert Merge with stable
2013-11-23 Simon Heimberg tests: fix `hghave root` on windows stable
2013-11-28 Christian Ebert Merge with default stable
2013-11-20 Christian Ebert wlock while setting branch in kwdemo
2013-11-20 Christian Ebert Merge with stable
2013-11-17 Mads Kiilerich tests: python hash seed is only relevant after failures - otherwise keep quiet stable
2013-11-17 Christian Ebert Merge with stable
2013-11-16 Sean Farley run-tests: remove files that we potentially create outside of $TMPDIR stable
2013-11-16 Sean Farley run-tests: remove code that creates a dummy 'diffstat' stable
2013-11-15 Matt Mackall tests: skip tests that require not having root (issue4089) stable
2013-11-01 Christian Ebert Merge with stable
2013-10-04 FUJIWARA Katsunori hghave: add "py3k" feature to check whether test runs with Python 3.x stable
2013-10-04 FUJIWARA Katsunori hghave: add "absimport" feature to check "absolute_import" in __future__ stable
2013-10-07 Christian Ebert Merge with stable
2013-10-03 Mads Kiilerich run-tests: place the .t shell script next to $TESTTMP and with a useful name stable
2013-10-02 Javi Merino get-with-headers: don't block indefinitely if the server had an internal error stable
2013-10-02 Christian Ebert Merge with stable
2013-08-29 David Soria Parra shelve: add a shelve extension to save/restore working changes stable
2013-09-24 Christian Ebert Merge with stable
2013-09-19 Augie Fackler run-tests: find mercurial path with syntax valid on both py2 and py3 stable
2013-09-19 Augie Fackler run-tests: if run by python3, execute setup.py with --c2to3 stable
2013-08-05 Christian Ebert Merge with stable
2013-07-27 Simon Heimberg run-tests: only check the common criteria once per test stable
2013-07-19 Matt Mackall run-tests: backout 4f32747879d1 line endings change stable
2013-07-18 Christian Ebert Merge with stable
2013-07-18 Brendan Cully run-tests: revert previous commit, run() waits after a timeout stable
2013-07-18 Brendan Cully run-tests: reap timed-out zombies stable
2013-07-13 Simon Heimberg run-tests: generally handle line endings on windows by re stable
2013-07-13 Simon Heimberg run-tests: test for os.altsep instead of os.name when checking \ for / stable
2013-07-17 Brendan Cully run-tests: replace popen locking with a noop _cleanup handler on py24 stable
2013-07-17 Brendan Cully run-tests: only lock Popen wait/poll on python 2.4 stable
2013-07-17 Brendan Cully run-tests: lock popen wait/poll stable
2013-07-16 Matt Mackall run-tests: patch over py2.4 proc.wait() race stable
2013-07-01 Simon Heimberg cleanup: drop unused variables and an unused import stable
2013-04-30 Jim Hague tests: AIX can't handle negative date in test-dirstate.t stable
2013-07-01 Christian Ebert Merge with stable
2013-06-12 Simon Heimberg cleanup: remove unused imports stable
2013-06-13 Christian Ebert Merge with stable
2013-06-11 simon run-tests: sort missing files first instead of raising an error stable
2013-06-09 simon run-tests: call Threads constructor with keyword arguments stable
2013-06-09 simon run-tests: ignoring tests works again stable
2013-06-08 Christian Ebert Merge with stable
2013-06-07 Matt Mackall run-tests: simplify interrupted message stable
2013-06-07 Matt Mackall run-tests: remove spurious disable of --time with --debug stable
2013-06-07 Matt Mackall run-tests: always gather runtimes stable
2013-06-05 Simon Heimberg run-tests: when interrupted report time in failure message stable
2013-06-05 Simon Heimberg run-tests: report interrupted tests stable
2013-06-05 Simon Heimberg run-tests: open hgrc file only for writing stable
2013-06-06 Christian Ebert Merge with stable
2013-06-06 Matt Mackall run-tests: make --noskips work stable
2013-06-03 Christian Ebert Merge with stable
2013-06-02 Matt Mackall run-tests: add --loop support stable
2013-06-02 Matt Mackall run-tests: --interactive and --jobs no longer conflict stable
2013-06-02 Matt Mackall run-tests: sort certain slow tests earlier by keyword stable
2013-06-02 Matt Mackall run-tests: drop unused resultslock stable
2013-06-02 Matt Mackall run-tests: drop options.child and users stable
2013-06-02 Matt Mackall run-tests: remove runchildren, now unused stable
2013-06-02 Matt Mackall run-tests: schedule largest tests first stable
2013-06-02 Matt Mackall run-tests: introduce thread scheduler stable
2013-06-02 Matt Mackall run-tests: use count to calculate port to use stable
2013-06-02 Matt Mackall run-tests: introduce threadtmp directory stable
2013-06-02 Matt Mackall run-tests: add abort flag stable
2013-06-02 Matt Mackall run-tests: move more variables to env stable
2013-06-02 Matt Mackall run-tests: simplify env deletion stable
2013-06-02 Matt Mackall run-tests: move most of remaining environment tweaks stable
(0) -1000 -120 tip