sapling/tests
Patrick Mezard f378fe3193 hg_delta_editor: do not assume branches are copied from trunk by default
Here is what happen in jquery repository:
- kelvin-dev branch is created in r1617 with an empty directory for the
  datePicker plugin
- commits are done
- datePicker plugin is merged in trunk

Before the fix, the converter assumed the initial empty commit had for parent
some other commit of trunk, therefore adding all its files, which was wrong.
And we ended with 'alignDemo.html' in converted trunk@5946 while it was not in
the source revision.
2008-11-29 11:25:01 -06:00
..
fixtures hg_delta_editor: fix update of stray files in branches/ 2008-11-29 11:25:01 -06: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 Add a disabled test for unrelated branches 2008-11-29 11:25:01 -06:00
test_fetch_branches.py hg_delta_editor: do not assume branches are copied from trunk by default 2008-11-29 11:25:01 -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 Fix a regression in converting repositories with files copied in from outside 2008-11-25 16:21:57 -06:00
test_fetch_renames.py Cleanups based on pyflakes output. 2008-11-21 16:21:19 -06:00
test_fetch_symlinks.py Cleanups based on pyflakes output. 2008-11-21 16:21:19 -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 Cleanups based on pyflakes output. 2008-11-21 16:21:19 -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_tags.py Cleanups based on pyflakes output. 2008-11-21 16:21:19 -06:00
test_util.py Fix a regression in converting repositories with files copied in from outside 2008-11-25 16:21:57 -06:00