log tests/test_fetch_command.py @ 882:07234759a3f7 1.4

age author description
2012-04-19 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
2012-04-19 Patrick Mezard test_util: merge load_fixture_and_fetch() into TestBase method
2011-10-12 Yonggang Luo tests: avoid shadowing Python builtin all()
2011-10-12 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
2010-10-05 Dan Villiom Podlaski Christiansen svnwrap: fix handling of quotable URLs (fixes #197, refs #132)
2010-07-14 Dan Villiom Podlaski Christiansen tests: import test_util as the first module in all relevant tests
2010-03-01 Augie Fackler test_fetch_command: handle changes in revision extra ordering gracefully
2010-02-02 Patrick Mezard Rewrite simple_branch.sh fixture from svn dump
2009-04-14 Augie Fackler Clean up TODOs that are no longer relevant.
2009-04-11 Augie Fackler Move wrappers for hg commands to their own module.
2009-04-08 Dirkjan Ochtman Fix test_no_dates to not be TZ-sensitive.
2009-04-08 Dirkjan Ochtman Cope with date-less revisions.
2009-03-28 Augie Fackler branches: change handling again, but this time a little less magic.
2009-03-27 Augie Fackler Stopped idiotic filtering of revisions that did not edit something branches/tags/trunk.
2009-03-09 Augie Fackler fetch: Fix a bogus case where no files in the root level of trunk caused breakage in the branch detection.
2009-03-03 Augie Fackler Refactor branch handling to be much more dynamic (and hopefully robust).
2009-01-22 Augie Fackler Remove useless imports.
2008-12-23 Augie Fackler fetch: Refactor extra creation to be shared by real and diff replay.
2008-12-16 Patrick Mezard test_fetch_command: test file and directory deletions
2008-12-12 Augie Fackler diff_cmd: more robust, add tests.
2008-12-11 Augie Fackler Fix an apparent regression where branch name didn't get properly stored for
2008-12-11 Augie Fackler tests: Fix a missing pass of stupid=True.
2008-12-10 Patrick Mezard Move and complete execute bit conversion tests into test_fetch_exec.py
2008-11-25 Augie Fackler Fix a regression in converting repositories with files copied in from outside
2008-11-25 Augie Fackler fetch_command: Fix mis-converted executable when svn:executable was set to the
2008-11-21 Augie Fackler Cleanups based on pyflakes output.
2008-11-14 Augie Fackler tests: Mock the mercurial.ui.ui class like we really should to capture output.
2008-11-10 Patrick Mezard Fix basic issues with tests on Windows
2008-11-05 Patrick Mezard hg_delta_editor: register svn file copies
2008-11-04 Augie Fackler Performance fix for branches-from-tags in real replay, which is tied up with
2008-10-27 Augie Fackler Fix a bug with added files from outside branches/trunk/tags.
2008-10-27 Augie Fackler Improved handling of copies from outside of trunk.
2008-10-27 Augie Fackler Add a test that proves files in the branches directory don't cause breakage.
2008-10-10 Augie Fackler svn 1.4 and 1.5 have different ideas of diff output for prop changes.
2008-10-09 Augie Fackler Refactor tests so I can reuse code more.
2008-10-08 Augie Fackler Add a small stack of tests that exercise some of the interesting special cases.
2008-10-08 Augie Fackler Add a quick test for diff-based pull.
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.
2008-10-08 Augie Fackler Add some basic tests of branching.
2008-10-07 Augie Fackler Started a meaningful test suite.
2008-10-03 Augie Fackler Reorganized the testing infrastructure a bit so that svnwrap is really separate from the rest of the project. Also made it easier to add more tests in the future without making the directory full of annoying files. base test_fetch_command.py@9609d24baae1