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
2011-03-06 Patrick Mezard run-tests: handle mixed comment lines in blacklists stable
2011-02-15 Christian Ebert Merge with stable
2010-12-24 Dan Villiom Podlaski Christiansen explicitly close files stable
2011-02-11 Christian Ebert Merge with stable
2011-02-02 Simon Heimberg run-tests: only call WIFEXITED on systems it exists stable
2011-02-01 Simon Heimberg run-tests: loadable as module stable
2011-01-26 Christian Ebert stable: merge with default stable
2011-01-23 Christian Ebert Move repo.__class__ assignment out of monkeypatch context
2011-01-23 Christian Ebert Inform user about current keywordset in kwdemo
2011-01-16 Christian Ebert Update documentation for kwshrink
2010-12-11 Christian Ebert Merge with default stable
2010-12-05 Christian Ebert Make kwfiles show deleted files configured for expansion
2010-12-05 Christian Ebert Colorize hg kwfiles output
2010-12-02 Christian Ebert Merge with default stable
2010-12-02 Christian Ebert Copy: when copied source is a symlink, follow it
2010-12-02 Christian Ebert Merge with stable
2010-11-22 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons stable
2010-11-22 Christian Ebert Merge with default stable
2010-11-22 Christian Ebert s/config/configuration/ in help
2010-11-16 Christian Ebert Merge with stable
2010-11-16 Nicolas Dumazet run-tests: fix --debug for .t tests stable
2010-11-09 Christian Ebert Merge with stable
2010-11-08 Erik Zielke run-test: fixed wrong parenthesis stable
2010-11-08 Christian Ebert Merge with stable
2010-11-08 Mads Kiilerich tests: use (esc) markup for string-escape stable
2010-11-08 Mads Kiilerich tests: (no-eol) markup for command output without trailing LF stable
2010-11-05 Mads Kiilerich tests: handle .t files without trailing LF stable
2010-11-05 Christian Ebert Merge with default stable
2010-11-05 Christian Ebert Turn regexes and escaped keywords into a propertycache
2010-11-02 Christian Ebert Merge with stable
2010-11-01 Martin Geisler run-tests: use regex when searching for $HGPORT in test output stable
2010-10-27 Christian Ebert Merge with stable
2010-10-20 Kevin Bullock pull: silence spurious 'requesting all changes' message stable
2010-10-25 Christian Ebert Function to look up changectx for expansion
2010-10-25 Christian Ebert Compile regexes on demand
2010-10-25 Christian Ebert Merge with default stable
2010-10-25 Christian Ebert Fix regressions introduced in 9d01f9cab5e2
2010-10-20 Christian Ebert Merge with stable
2010-10-02 Yuya Nishihara tests: accept \-escaped test output stable
2010-10-14 Christian Ebert Merge with default stable
2010-10-14 Christian Ebert Only use expensive fctx.cmp when needed
2010-10-13 Christian Ebert Merge with stable
2010-07-27 Nicolas Dumazet filectx: use ctx.size comparisons to speed up ctx.cmp stable
2010-10-13 Christian Ebert Merge with stable stable
2010-10-12 Christian Ebert Code cleanup
2010-10-10 Christian Ebert enforce subn method via boolean switch
2010-10-10 Christian Ebert Fix weeding of expansion candidates when recording
2010-10-10 Christian Ebert Merge with stable
2010-10-09 Benoit Boissinot run-tests.py: remove support for .bat files stable
2010-10-09 Benoit Boissinot run-tests.py: do not install hg when the tests do no exist stable
2010-10-09 Christian Ebert Merge with stable
2010-10-09 Mads Kiilerich test-keyword: ignore subject in notify hook mails stable
2010-10-09 Mads Kiilerich test-keyword: fix test glob to ACL/SELinux flag stable
2010-10-09 Mads Kiilerich tests: reintroduce ":$HGPORT" in test output stable
2010-10-09 Mads Kiilerich tests: remove redundant globs stable
2010-09-30 Erik Zielke tests: removed test names in tests stable
2010-10-09 Mads Kiilerich tests: replace test tmp directory with $TESTTMP in test output stable
2010-10-09 Christian Ebert Merge with stable
2010-10-08 Patrick Mezard run-tests: handle .tst not ending with an LF stable
2010-09-27 Thomas Arendsen Hein tests: show skip reason instead of "irrelevant" with unified tests, too stable
2010-09-26 Martin Geisler run-tests: move build/ directory to HGTMP stable
2010-10-09 Matt Mackall keyword: fix test glob stable
2010-10-09 Christian Ebert Merge with default stable
2010-10-09 Christian Ebert Switch kwtemplater.record in kw_dorecord()
2010-10-09 Christian Ebert Specific regular expressions depending on read mode
2010-10-09 Christian Ebert test: remove remaining sed calls
2010-10-09 Christian Ebert disable expansion in kwfilelog.read() if file renamed in node
2010-10-09 Christian Ebert Make iskwfile() a weeding method in lieu of a boolean
2010-10-09 Christian Ebert Support copy and rename
2010-10-09 Christian Ebert Refactor kwtemplater.overwrite()
2010-10-01 Christian Ebert Use workingctx to detect modified and added files after rollback
2010-10-01 Christian Ebert Rename variable "cfiles" to "changed" for clarity
2010-09-26 Christian Ebert Merge with default stable
2010-09-26 Christian Ebert Support rollback by restoring expansion to previous values
2010-09-26 Christian Ebert Do not expand at all during diff
2010-09-26 Christian Ebert Restore restricted read mode value after overwriting
2010-09-26 Christian Ebert test: fix typo, rephrase
2010-09-23 Christian Ebert Merge with default stable
2010-09-23 Christian Ebert Use note admonition in help text
2010-09-23 Christian Ebert Merge with stable
2010-09-22 Matt Mackall tests: various fixes for new unified test pattern format stable
2010-09-22 Brodie Rao tests: add glob matching for unified tests stable
2010-09-22 Brodie Rao tests: require regexes in unified tests to be marked with " (re)" stable
2010-09-22 Brodie Rao tests: ensure regexes match to the end of the string stable
2010-09-22 Brodie Rao tests: don't match blank output lines as regexes in unified tests stable
2010-09-22 Brodie Rao tests: improve regexes in unified tests stable
2010-09-22 Christian Ebert Merge with stable
2010-09-20 Matt Mackall tests: add hack to avoid problem with graphlog in unified tests stable
2010-09-17 Christian Ebert Merge with stable
2010-09-16 Matt Mackall tests: add exit codes to unified tests stable
2010-09-12 Brodie Rao merge: suggest 'hg up -C .' for discarding changes, not 'hg up -C' stable
2010-09-10 Christian Ebert (stable) merge stable
2010-09-10 Christian Ebert Explain file-wise expansion in help
2010-09-03 Christian Ebert Merge with stable
2010-09-03 Martin Geisler diff: recurse into subrepositories with --subrepos/-S flag stable
2010-08-31 Christian Ebert Merge with stable
2010-08-30 Nicolas Dumazet test-keyword: use regular expressions instead of grepping stable
2010-08-16 Christian Ebert Merge with stable
2010-08-15 Matt Mackall tests: drop big sed from test-keyword.t stable
2010-08-16 Christian Ebert (stable) merge stable
2010-08-14 Christian Ebert tests: unify test-keyword
2010-08-14 Christian Ebert Merge with stable
2010-05-14 Matt Mackall rollback: fix up tests stable
2010-08-14 Christian Ebert Merge after backout stable
2010-08-14 Christian Ebert Backed out changeset bceb04857ce1 (not all upstream hunks applied) stable
2010-08-12 Nicolas Dumazet tests: catch re.error if test line is not a valid regular expression stable
2010-08-03 Matt Mackall tests: basic support for unified tests stable
2010-08-02 Matt Mackall tests: move script execution in runner helpers stable
2010-07-26 Christian Ebert (stable) merge stable
2010-07-26 Christian Ebert Move collecting of [keyword] patterns to reposetup (issue2303)
2010-07-19 Christian Ebert (stable) merge stable
2010-07-15 Christian Ebert Add extra datefilters in a single update call
2010-06-16 Christian Ebert (stable) merge stable
2010-06-15 Christian Ebert Postpone manifest calculation in kwtemplater.overwrite
2010-06-10 Christian Ebert Merge with stable
2010-06-06 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options stable
2010-06-09 Christian Ebert (stable) merge stable
2010-05-31 Christian Ebert Force dirstate normal when all changes in a file are recorded
2010-06-09 Christian Ebert Pass context to kwtemplater.overwrite
2010-06-01 Christian Ebert Retrieve added and modified files from commitctx
2010-06-08 Christian Ebert Merge with stable
2010-06-07 Dirkjan Ochtman move working dir/dirstate methods from localrepo to workingctx stable
2010-06-06 Christian Ebert (stable) merge stable
2010-06-03 Christian Ebert Use context to detect uncommitted merge
2010-05-22 Christian Ebert (stable) merge stable
2010-05-21 Christian Ebert Offer svn-like default keywordmaps
2010-05-21 Christian Ebert Add 2 svn-like date filters
2010-05-18 Christian Ebert Merge with stable
2010-05-18 Martin Geisler Use our custom hg reStructuredText role some more stable
2010-05-14 Christian Ebert Merge with stable
2010-05-14 Matt Mackall rollback: fix up tests stable
2010-05-14 Christian Ebert (stable) merge stable
2010-05-13 Matt Mackall commit: note new branch heads rather than topological heads stable
2010-05-09 Christian Ebert Support extensions using dorecord, e.g. crecord
(0) -224 +224 tip