summaryrefslogtreecommitdiff
path: root/tests/test_generic_processor.py
Commit message (Expand)AuthorAgeFilesLines
* Fix compatibility with bzr 2.6.Jelmer Vernooij2012-02-181-9/+9
* Remove old FSF address. Thanks Dan Callaghan.Jelmer Vernooij2011-10-061-2/+1
* Cope with non-utf8 characters in paths when importing.Jelmer Vernooij2011-09-211-0/+24
* Merge test for bug 410249.Jelmer Vernooij2011-04-281-0/+40
|\
| * It looks like #401249 also applies to "branch ... from <refname>".Samuel Bronson2009-07-201-1/+6
| * Add test for bug #401249.Samuel Bronson2009-07-181-0/+32
* | Cope with non-utf8 characters in commit messages.Jelmer Vernooij2011-02-021-0/+17
* | Simplify imports in case fastimport is not installed.Jelmer Vernooij2010-10-161-25/+5
* | Check for availability of fastimport before running tests.Jelmer Vernooij2010-10-151-7/+52
* | Use modes for FileModifyCommand.Jelmer Vernooij2010-09-121-39/+43
* | Split out fastimport, import it from the system.Jelmer Vernooij2010-09-031-2/+1
* | Move pure-fastimport code into its own directory, in preparation of splitting...Jelmer Vernooij2010-09-031-2/+1
* | (broken) Start working towards using CommitBuilder rather than using a custom...John Arbash Meinel2009-11-121-14/+17
* | add the failing test that we preserve the last-modified revisionJohn Arbash Meinel2009-11-121-0/+48
* | Change to multiplying tests rather than manually.John Arbash Meinel2009-11-121-135/+16
* | Handle delete, rename then modify all in the one commitIan Clatworthy2009-08-281-0/+134
* | Add missing test cases for multilevel deletes in 2a dn 1.9-rich-root fast imp...Tom Widmer2009-08-271-0/+6
* | Add test cases to check deletions from multiple levels in a tree still cause ...Tom Widmer2009-08-251-0/+73
* | Handle deleting a directory then adding a file within it in the same commitIan Clatworthy2009-08-241-0/+56
* | Handle rename then modification of the new pathIan Clatworthy2009-08-241-0/+121
* | Handle copy of a file/symlink already modified in this commitIan Clatworthy2009-08-241-92/+103
* | Handle rename of a file/symlink modified already in this commitIan Clatworthy2009-08-241-0/+121
* | add tests for symlink renamingIan Clatworthy2009-08-241-15/+103
* | Add tests for copying to a path deleted in the same commitIan Clatworthy2009-08-241-0/+93
* | Add tests for renaming to a deleted destinationIan Clatworthy2009-08-241-1/+75
* | Handle delete then add of a file/symlink in the one commitIan Clatworthy2009-08-241-0/+84
* | Change tests to use 2a instead of development6-rich-rootIan Clatworthy2009-08-221-13/+13
* | commented out draft of CopyModified testsIan Clatworthy2009-08-221-0/+94
* | handle copy of a newly added fileIan Clatworthy2009-08-221-1/+88
* | handle a delete of a newly added fileIan Clatworthy2009-08-221-0/+53
* | Handle rename of a just added fileIan Clatworthy2009-08-221-0/+39
* | handle adding the same file twice in the one commitIan Clatworthy2009-08-221-0/+41
* | test and fix for implicit directory delete recursing upIan Clatworthy2009-08-211-0/+10
* | update existing tests to reflect implicit directory pruning bahaviourIan Clatworthy2009-08-211-6/+7
* | get tests passing againIan Clatworthy2009-08-071-1/+2
|/
* upgrade tests to use --development6-rich-rootIan Clatworthy2009-04-081-9/+9
* improve per-file graph generationIan Clatworthy2009-03-121-0/+24
* extend tests to test the chk code pathIan Clatworthy2009-03-121-13/+44
* get DeltaCommitHandler passing all testsIan Clatworthy2009-02-201-0/+4
* add directory delete testIan Clatworthy2009-02-201-0/+40
* file/symlink <-> directory rename testsIan Clatworthy2009-02-201-0/+84
* file/symlink <-> directory change tests & fixIan Clatworthy2009-02-201-0/+77
* file executable off <-> on testsIan Clatworthy2009-02-201-3/+43
* file <-> symlink change testsIan Clatworthy2009-02-201-11/+53
* basic delete testsIan Clatworthy2009-02-201-0/+58
* basic units tests for filemodifyIan Clatworthy2009-02-201-55/+115
* symlink copying testsIan Clatworthy2009-02-181-0/+52
* code & tests for file copyingIan Clatworthy2009-02-181-0/+55
* clean-up tests for GenericProcessorIan Clatworthy2009-02-181-0/+199