2012-05-13 Christian Ebert Merge with stable
2012-05-12 Brodie Rao cleanup: "not x in y" -> "x not in y" stable
2012-05-12 Brodie Rao cleanup: replace naked excepts with more specific ones stable
2012-05-12 Brodie Rao cleanup: replace hasattr() usage with getattr() in hghave stable
2012-05-12 Brodie Rao cleanup: "x != None" -> "x is not None" stable
2012-05-12 Brodie Rao cleanup: eradicate long lines stable
2012-05-08 Matt Mackall tests: set a standard terminal type stable
2012-05-10 Patrick Mezard repair: no need to call filterunknown() in strip() stable
2012-04-29 Christian Ebert Merge with stable
2012-04-27 Mads Kiilerich tests: don't require 'hg' without extension on windows stable
2012-04-06 Christian Ebert Merge with stable
2012-04-04 Patrick Mezard hghave: remove symlink test made useless by ac0da5caebec stable
2012-04-04 Christian Ebert Merge with stable
2012-04-03 Thomas Arendsen Hein tests: make tests work if directory contains special characters stable
2012-04-03 Christian Ebert Merge with stable
2012-04-02 Matt Mackall tests: shorten post-test sleeps stable
2012-04-02 Christian Ebert Merge with stable
2012-03-30 A. S. Budden record: allow splitting of hunks by manually editing patches stable
2012-03-31 Matt Mackall tests: make hghave handle exec bit on Linux with vfat stable
2012-03-31 Matt Mackall tests: teach hghave to actually test for symlink support stable
2012-03-31 Christian Ebert Merge with stable
2010-09-11 Dirkjan Ochtman tests: fix incompatibility with python-2.4 in test-hgweb stable
2010-09-08 Dirkjan Ochtman tests: extend get-with-headers to support cache testing stable
2010-04-14 Nicolas Dumazet pylint, pyflakes: remove unused or duplicate imports stable
2012-02-11 Christian Ebert Merge with stable
2012-02-07 Patrick Mezard mq: restore _branchtags() fast path (issue3223) stable
2012-02-08 Jim Hague tests: tighten checks for octal escapes in shell printf. stable
2012-01-23 Christian Ebert Merge with stable
2012-01-14 Mads Kiilerich run-tests: expand user in --with-hg stable
2012-01-20 Mads Kiilerich tests: let run-tests.py default to use 'sh' in $PATH instead of '/bin/sh' stable
2012-01-14 Mads Kiilerich tests: add 'set -x' to the .t sh scripts in run-tests.py debug mode stable
2012-01-19 Christian Ebert Merge with default stable
2012-01-15 Christian Ebert Update filectx.cmp monkeypatch to handle '\1\n' at start of file
2012-01-18 Sune Foldager phases: use nodemap to check for missing nodes stable
2012-01-19 Christian Ebert Merge with stable
2012-01-11 Markus Zapke-Gr?ndemann tests: add htmlcov option stable
2012-01-12 Matt Mackall run-tests: use a list comprehension instead of map stable
2012-01-11 Markus Zapke-Gr?ndemann tests: fix omit path list stable
2011-12-08 Christian Ebert Merge with stable
2011-12-08 Matt Mackall branch: warn on branching stable
2011-11-24 Christian Ebert Merge with stable
2011-11-21 Mads Kiilerich tests: use an alias to make msys 'pwd' return paths with forward slashes stable
2011-11-21 Mads Kiilerich tests: skip cvs tests with msys on windows stable
2011-11-21 Mads Kiilerich tests: introduce 'hghave msys' to skip tests that would fail because of msys stable
2011-11-24 Christian Ebert Merge with default stable
2011-11-23 Christian Ebert test-keyword: use inline doctest syntax
2011-11-21 Christian Ebert Merge with stable
2011-11-20 Mads Kiilerich tests: skip color test on platforms without tic stable
2011-11-21 Christian Ebert Merge with default stable
2011-11-18 Christian Ebert Merge with stable
2011-11-17 Matt Mackall merge: give a special message for internal:merge failure (issue3105) stable
2011-11-16 Christian Ebert Merge with stable
2011-11-16 Mads Kiilerich tests: use the specified shell for running old fashioned sh tests stable
2011-11-11 Christian Ebert Merge with stable
2011-11-11 Christian Ebert Make hghave executable
2011-11-07 Mads Kiilerich run-tests: make $TESTTMP matching case-insensitive on windows stable
2011-11-07 Mads Kiilerich run-tests: don't quote command names - that do apparently not work with msys stable
2011-11-07 Mads Kiilerich tests: ignore \r on windows stable
2011-11-07 Mads Kiilerich run-tests: convert windows paths to unix stable
2011-11-07 Mads Kiilerich tests: make (glob) on windows accept \ instead of / stable
2011-11-07 Mads Kiilerich tests: use 'hghave serve' to guard tests that requires serve daemon management stable
2011-11-07 Mads Kiilerich tests: use 'hghave system-sh' to guard tests that requires sh in system() stable
2011-11-07 Mads Kiilerich tests: use 'hghave no-windows' to avoid testing reserved file names on windows stable
2011-11-07 Mads Kiilerich tests: use 'hghave unix-permissions' for tests that really use chmod stable
2011-11-07 Mads Kiilerich tests: use 'hghave symlink' for tests using symlinks stable
2011-11-07 Mads Kiilerich tests: make '(esc)' matching in run-tests.py work as intended stable
2011-11-09 Christian Ebert Merge with default stable
2011-11-09 Christian Ebert Add hghave test as of 5635a4017061
2011-11-08 Christian Ebert Merge with stable
2011-11-07 Matt Mackall run-tests: replace inline python handling with more native scheme stable
2011-11-07 Christian Ebert Merge with stable
2011-11-03 Matt Mackall run-tests: minor cleanups stable
2011-11-03 Matt Mackall run-tests: pull out line matching function stable
2011-11-03 Matt Mackall run-tests: pull out unified matching funcs stable
2011-11-03 Matt Mackall tests: add some comments to the unified test code stable
2011-11-03 Matt Mackall tests: rewrite inline Python support stable
2011-11-07 Christian Ebert Backout b78cce2b1430 until a proper solution is found stable
2011-10-24 Christian Ebert Merge with stable
2011-10-22 Thomas Arendsen Hein run-tests: make sure no_proxy/NO_PROXY are empty to fix test-http-proxy.t stable
2011-10-24 Thomas Arendsen Hein keyword: use util.realpath instead of os.path.realpath stable
2011-10-22 Christian Ebert Merge with default stable
2011-10-21 Christian Ebert Correct grammar in iskwfile docstring
2011-10-22 Christian Ebert Merge with stable
2011-10-01 Greg Ward rollback: avoid unsafe rollback when not at tip (issue2998) stable
2011-10-16 Christian Ebert Merge with stable
2011-10-13 Idan Kamara run-tests: end doctest block when seeing a non-command stable
2011-10-13 Christian Ebert Merge with stable
2011-10-12 Idan Kamara tests: add support for inline doctests in test files stable
2011-10-07 Christian Ebert Merge with stable
2011-10-02 Greg Ward import: wrap a transaction around the whole command stable
2011-09-14 Christian Ebert (0.9.2compat) merge with default 0.9.2compat
2011-09-14 Christian Ebert Merge with default stable
2011-09-10 Christian Ebert Make status test after record and kwexpand/kwshrink reliable
2011-09-14 Christian Ebert Preserve file mode when overwriting
2011-08-09 Christian Ebert Merge with default stable
2011-08-09 Christian Ebert Avoid x = a and b or c
2011-08-08 Christian Ebert Merge with stable
2011-07-25 Augie Fackler tests: use getattr instead of hasattr stable
2011-07-14 Christian Ebert Merge with stable
2011-07-13 Patrick Mezard run-tests: fix summary when accepting changes interactively stable
2011-07-07 Christian Ebert Merge with default stable
2011-07-03 Christian Ebert Reuse already present working contexts for match
2011-07-01 Christian Ebert Merge with stable
2011-06-30 Thomas Arendsen Hein run-test: revert most of 439ed4721a6d, timeout uses fallback for terminate() stable
2011-06-30 Thomas Arendsen Hein run-tests: fallback to SIGTERM if subprocess.Popen does not have terminate() stable
2011-06-20 Christian Ebert Merge with stable
2011-06-18 Matt Mackall scmutil: switch match users to supplying contexts stable
2011-06-14 Christian Ebert Merge with stable
2011-06-12 Idan Kamara run-tests: verbose log ignored test stable
2011-06-11 Christian Ebert Merge with stable
2011-06-11 Patrick Mezard patch: generalize the use of patchmeta in applydiff() stable
2011-06-01 Christian Ebert Merge with stable
2011-06-01 Augie Fackler run-tests: allow whitelisting tests that should always run stable
2011-05-28 Christian Ebert Merge with stable
2011-05-28 Patrick Mezard run-tests: fix --blacklist (broken by 95715c2f90bf) stable
2011-05-28 Christian Ebert Merge with stable
2011-05-27 Patrick Mezard patch: use temporary files to handle intermediate copies stable
2011-05-27 Patrick Mezard patch: refactor file creation/removal detection stable
2011-05-27 Idan Kamara run-tests: fix --blacklist with jobs > 1 stable
2011-05-27 Idan Kamara run-tests: slightly simplify blacklist check stable
2011-05-18 Christian Ebert Merge with stable
2011-05-18 Patrick Mezard patch: set desired mode when patching, not in updatedir() stable
2011-05-18 Christian Ebert Merge with stable
2011-05-18 Thomas Arendsen Hein run-tests: print a newline after all warnings stable
2011-05-17 Christian Ebert Merge with stable
2011-05-17 Patrick Mezard patch: extract fs access from patchfile into fsbackend stable
2011-05-17 Christian Ebert Merge with stable
2011-05-16 Patrick Mezard run-tests: replace chdir() with Popen cwd option stable
2011-05-16 Patrick Mezard run-tests: make --debug run in the temporary test directory stable
2011-05-16 Patrick Mezard run-tests: use the common test path on Windows and Java stable
2011-05-16 Patrick Mezard run-tests: ignore timeout when Popen.terminate is unavailable stable
2011-05-16 Patrick Mezard run-tests: fix hg.bat python reference stable
2011-05-16 Patrick Mezard run-tests: fix python executable detection and copy on Windows stable
2011-05-14 Christian Ebert Merge with stable
2011-05-13 Matt Mackall scmutil: drop aliases in cmdutil for match functions stable
2011-05-12 Christian Ebert Merge with stable
2011-05-12 Martin Geisler keyword: use cmdutil.command decorator stable
2011-05-09 Christian Ebert Merge with stable
2011-05-09 Martin Geisler run-tests: remove check on --shell argument stable
2011-05-07 Idan Kamara run-tests: take the basepath when constructing the test temp dir stable
2011-05-07 Idan Kamara run-tests: compare absolute paths in _checkhglib stable
2011-05-06 Christian Ebert Merge with stable
2011-05-05 Martin Geisler run-tests: add --shell command line flag stable
2011-05-05 Martin Geisler run-tests: use type of default to convert environment variable stable
2011-05-04 Augie Fackler run-tests.py: correctly handle list options with parallel tasks stable
2011-05-02 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions stable
2011-05-02 Peter Arrenbrecht localrepo: reuse parent manifest in commitctx if no files have changed stable
2011-05-01 Christian Ebert Merge with stable
2011-05-01 Augie Fackler run-tests: add flag to provide extra hgrc options for test runs stable
2011-04-30 Nicolas Dumazet tests: move test bundles in a bundles/ subdirectory stable
2011-05-01 Christian Ebert Merge with stable
2011-04-30 Idan Kamara run-tests: print a new line before writing the diff stable
2011-04-30 Christian Ebert Merge with stable
2011-04-29 Idan Kamara run-tests: don't count test as succeeded if it failed stable
2011-04-30 Christian Ebert Merge with stable
2011-04-25 Matt Mackall run-tests: do chdir for tests under a lock for thread safety stable
2011-04-25 Matt Mackall run-tests: add iolock to vlog stable
2011-04-25 Christian Ebert Merge with stable
2011-04-25 Patrick Mezard run-tests: display diff before prompting with --interactive stable
2011-04-24 Matt Mackall run-tests: fix some missing i/o locks stable
2011-04-24 Matt Mackall run-tests: add a lock for console I/O stable
2011-04-24 Matt Mackall run-tests: switch timeout handling from alarm to helper thread stable
2011-04-24 Matt Mackall run-tests: add locking on results struct stable
2011-04-25 Christian Ebert Merge with stable
2011-04-24 Patrick Mezard run-tests: fix --interactive (after 994ad067ac6e) stable
2011-04-22 Matt Mackall run-tests: move test loop into a helper function stable
2011-04-22 Matt Mackall run-tests: use a results dict stable
2011-04-22 Matt Mackall run-tests: move blacklist and retest filtering to runone stable
2011-04-22 Matt Mackall run-tests: keep a list of passed tests stable
2011-04-22 Matt Mackall run-tests: move keyword checking into runone stable
2011-04-22 Matt Mackall run-tests: add ignores list stable
2011-04-21 Matt Mackall run-tests: move existence/name format check into runone stable
2011-04-21 Matt Mackall run-tests: move interactive handling into runone stable
2011-04-20 Adrian Buehlmann move canonpath from util to scmutil stable
2011-04-10 Christian Ebert Merge with stable
2011-04-09 Matt Mackall tests: better output on timeouts stable
2011-04-05 Christian Ebert Merge with stable
2011-04-05 Martin Geisler keyword: convert a verbatim block to a field list stable
2011-03-27 Christian Ebert Merge with stable
2011-03-25 Idan Kamara tests: set HOME to the test temp dir (issue2707) stable
2011-03-14 Christian Ebert Merge with default stable
2011-03-14 Christian Ebert Offer additional datefilters when the extension is enabled
2011-03-14 Christian Ebert Docstrings for additional date filters
2011-03-12 Christian Ebert Merge with stable
2011-03-12 Patrick Mezard templates: document missing keywords or filters stable
2011-03-10 Christian Ebert Merge with stable
2011-03-10 Martin Geisler tests: use $TESTTMP more and use (glob) less stable
2011-03-10 Christian Ebert stable: merge with default stable
2011-03-07 Christian Ebert README: minimal test command line
2011-03-07 Christian Ebert Merge with stable
2011-02-10 Gilles Moris rollback: clarifies the message about the reverted state (issue2628) stable
2011-03-07 Christian Ebert Merge with stable
(0) -1000 -192 +192 tip