2013-08-09 |
Dan Villiom Podlaski Christiansen |
tests: make our test runner executable
|
2013-08-08 |
Dan Villiom Podlaski Christiansen |
tests: split single directory tests that push & clone in two modules
|
2013-08-07 |
Dan Villiom Podlaski Christiansen |
tests: consolidate all test-loading into the test runner
|
2013-08-07 |
Dan Villiom Podlaski Christiansen |
tests: move updatemeta & rebuildmeta tests into comprehensive
|
2012-11-26 |
Anton Agafonov |
Fixes bug #358. Display correct error message if a svn pre-commit hook blocks the push
|
2012-09-18 |
Tim Delaney |
stupid: Fail over to full revision when a PatchError is thrown (issue294)
|
2012-08-06 |
Jun Fang |
updatemeta: correctly handle empty metadata
|
2012-06-07 |
Brad Hall |
Add a changegroup hook to update svn metadata
|
2012-01-01 |
Ronny Voelker |
Honor SVN auto-props (solves issue #186)
|
2012-05-12 |
Dan Villiom Podlaski Christiansen |
fold test_startrev and test_verify into a new test; test_verify_and_startrev
|
2011-10-12 |
Yonggang Luo |
tests: avoid shadowing Python builtin all()
|
2010-10-08 |
Augie Fackler |
tests: fix test skipping in pure unittest
|
2010-09-29 |
Dan Villiom Podlaski Christiansen |
clone: call the wrapped function (fixes #181)
|
2010-09-14 |
Dan Villiom Podlaski Christiansen |
testrunner: don't use os.putenv(), as it may not affect os.environ.
|
2010-09-08 |
Peter Arrenbrecht |
tests: add --show-stdout option to run.py
|
2010-09-02 |
Andi Albrecht |
Add svnrev, svnpath and svnuuid keyword.
|
2010-09-02 |
Dan Villiom Podlaski Christiansen |
tests: add an option to the test-runner for selecting bindings.
|
2010-07-20 |
Dan Villiom Podlaski Christiansen |
test_startrev: new tests inspired by test_rebuildmeta
|
2010-07-14 |
Dan Villiom Podlaski Christiansen |
tests: improve import logic
|
2010-07-04 |
James McKay |
tests: Use tempfile.TemporaryFile instead of os.tmpfile() to redirect stdout.
|
2010-05-18 |
Augie Fackler |
tests/run.py: make sure our hgsubversion loads correctly
|
2010-05-14 |
Dan Villiom Podlaski Christiansen |
testrunner: use demandimport, with an option to disable it
|
2010-05-14 |
Dan Villiom Podlaski Christiansen |
testrunner: delay and `simplify' importing of tests
|
2010-05-14 |
Dan Villiom Podlaski Christiansen |
testrunner: use optparse
|
2010-02-26 |
Dirkjan Ochtman |
tests: make sure single dir clone tests get run by non-nose users
|
2010-03-01 |
Augie Fackler |
tests.run: exit nonzero if tests did not pass
|
2009-06-15 |
Augie Fackler |
tests: make comprehensive tests work properly with nose and run.py
|
2009-06-11 |
Dirkjan Ochtman |
svncommands: add verify command
|
2009-06-11 |
Dirkjan Ochtman |
tests: add -A option to run.py for running comprehensive tests
|
2009-06-11 |
Dirkjan Ochtman |
tests: send warning to stderr instead of redirected stdout
|
2009-05-28 |
Dirkjan Ochtman |
Allow passing in module arguments to the test runs.
|
2009-05-22 |
Dan Villiom Podlaski Christiansen |
Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
|
2009-05-15 |
Dan Villiom Podlaski Christiansen |
tests: silence tests when using run.py
|
2009-05-14 |
Augie Fackler |
Reorganize to have a more conventional module structure.
|
2009-05-01 |
Dan Villiom Podlaski Christiansen |
First merge, totally untested.
|
2009-03-27 |
Dan Villiom Podlaski Christiansen |
Minor tweaks to how the tests are run.
|
2009-04-27 |
Martijn Pieters |
Implement -u/--update support when pulling.
|
2009-04-06 |
Daniel Tang |
Add support for user:pass@url repositories to be hg-like
|
2009-01-02 |
Patrick Mezard |
Convert svn:externals properties into a .hgsvnexternals file
|
2008-12-31 |
Patrick Mezard |
fetch_command: cancel patching when encountering binary diffs
|
2008-12-31 |
Augie Fackler |
authormap: Add tests, fix in stupid mode.
|
2008-12-24 |
Augie Fackler |
utility_commands: Implement rebuildmeta so that metadata can be rebuilt.
|
2008-12-23 |
Augie Fackler |
tests: Fix some missing suite definitions so that running the full testsuite
|
2008-12-10 |
Patrick Mezard |
run.py: register and develop test_fetch_symlinks
|
2008-12-10 |
Patrick Mezard |
Move and complete execute bit conversion tests into test_fetch_exec.py
|
2008-11-29 |
Patrick Mezard |
Add a disabled test for unrelated branches
|
2008-11-21 |
Patrick Mezard |
Add a test to check EOLs are correctly converted
|
2008-11-14 |
Patrick Mezard |
fetch_command: handle nullid parent in stupid non-diffy mode
|
2008-11-14 |
Patrick Mezard |
push_cmd: delete empty svn directories, refactor directory creation
|
2008-11-05 |
Patrick Mezard |
hg_delta_editor: register svn file copies
|
2008-10-09 |
Augie Fackler |
Add tests for tags and fix a bug in the tag-finding code that was found by the tests.
|
2008-10-08 |
Augie Fackler |
Fix a stupid mistake. A reminder of why Nose is handy.
|
2008-10-08 |
Augie Fackler |
Add a basic system for running the hgsubversion tests (although not the svnwrap ones) without requiring Nose. Nose is still the recommended way to run the tests.
|