sapling/tests
Dan Villiom Podlaski Christiansen d5600d0016 Get rid of .hg/svn/last_rev:
We now calculate the last known revision by iterating over all known
revisions and finding the highest number. Theoretically, we might be
able to simply read the latest entry, but in practice, that's a bug
waiting to happen. For instance, we might want to achieve
compatibility with '.hg/shamap' as generated by the
ConvertExtension, and it not only cannot offer a guarantee of
linearity, but it also allows more than one conversion to source exists.

I'd say we have other problems to care about until this turns up as a
hotspot in profiling. Such as why we leak circa 100MB of memory per
1000 revisions converted ;)
2009-03-27 01:09:36 +01:00
..
comprehensive Remove useless imports. 2009-01-21 20:29:23 -06:00
fixtures fetch: Fix a bogus case where no files in the root level of trunk caused breakage in the branch detection. 2009-03-09 12:01:40 -05:00
__init__.py 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. 2008-10-03 09:41:25 -05:00
run.py Convert svn:externals properties into a .hgsvnexternals file 2009-01-02 15:54:05 -06:00
test_binaryfiles.py Remove useless imports. 2009-01-21 20:29:23 -06:00
test_diff.py tests: Fix some missing suite definitions so that running the full testsuite 2008-12-23 17:45:34 -06:00
test_externals.py Remove useless imports. 2009-01-21 20:29:23 -06:00
test_fetch_branches.py Be more explicit about which branch I'm checking. 2009-03-02 23:54:14 -06:00
test_fetch_command_regexes.py svn 1.4 and 1.5 have different ideas of diff output for prop changes. 2008-10-09 23:37:22 -05:00
test_fetch_command.py fetch: Fix a bogus case where no files in the root level of trunk caused breakage in the branch detection. 2009-03-09 12:01:40 -05:00
test_fetch_exec.py Import cleanup thanks to pyflakes. 2008-12-24 11:17:50 -06:00
test_fetch_mappings.py Refactor branch handling to be much more dynamic (and hopefully robust). 2009-03-02 23:58:38 -06:00
test_fetch_renames.py test_fetch_renames: test file and directory case changes 2008-12-10 11:03:23 -06:00
test_fetch_symlinks.py hg_delta_editor: reset properties of deleted entries 2008-12-15 21:57:10 -06:00
test_fetch_truncated.py fetch_command: handle nullid parent in stupid non-diffy mode 2008-11-14 16:18:24 -06:00
test_push_command.py push: Improved the rebasing logic for push so that it doesn't break with 2008-12-22 21:21:11 -06:00
test_push_dirs.py push_cmd: consider only dirs with added/removed files for addition or deletion 2008-11-14 16:18:24 -06:00
test_push_eol.py Add a test to check EOLs are correctly converted 2008-11-20 22:41:16 -06:00
test_push_renames.py Add a test to check EOLs are correctly converted 2008-11-20 22:41:16 -06:00
test_rebuildmeta.py Get rid of .hg/svn/last_rev: 2009-03-27 01:09:36 +01:00
test_tags.py Import cleanup thanks to pyflakes. 2008-12-24 11:17:50 -06:00
test_util.py Add some comprehensive tests that can be run with nose in order to make it easier to verify stupid and real replay do the same thing. 2009-01-21 20:27:51 -06:00
test_utility_commands.py Add a genignore utility command that generates an hgignore file by scraping svn:ignore properties. 2009-02-24 14:30:21 -06:00