summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Move command implementations into a separate cmds module.Jelmer Vernooij2010-12-111-1/+1
* Fix output stream to stdout for bzr fast-export.Jelmer Vernooij2010-11-082-0/+63
* Add tests for _get_source_stream.Jelmer Vernooij2010-11-082-0/+59
* 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-153-10/+66
* Add FastimportFeature.Jelmer Vernooij2010-10-151-1/+20
* Use modes for FileModifyCommand.Jelmer Vernooij2010-09-121-39/+43
* Remove processors, now in python-fastimport.Jelmer Vernooij2010-09-065-1480/+0
* Split out reftracker.Jelmer Vernooij2010-09-061-3/+3
* Fix typo, handle bzr-specific locking in GenericProcessor.Jelmer Vernooij2010-09-051-1/+1
* Split out fastimport, import it from the system.Jelmer Vernooij2010-09-035-16/+13
* Move pure-fastimport code into its own directory, in preparation of splitting...Jelmer Vernooij2010-09-037-440/+22
* Switch to using CommitBuilderJohn Arbash Meinel2009-12-113-10/+209
|\
| * Add a bunch of direct tests for the _TreeShim interface.John Arbash Meinel2009-12-092-10/+158
| * (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
* | Merge John's test refactoring - uses multiplication nowIan Clatworthy2009-12-081-135/+16
|\ \ | |/
| * Change to multiplying tests rather than manually.John Arbash Meinel2009-11-121-135/+16
* | Make BranchMapper just map one name per call.Max Bowsher2009-11-041-33/+9
|/
* handle git ref names with slashes in themIan Clatworthy2009-10-221-0/+20
* Fix parsing error when a property is found after a multi-line oneIan Clatworthy2009-10-221-0/+2
* Handle delete, rename then modify all in the one commitIan Clatworthy2009-08-281-0/+134
* Merge feature support including generation/parsing of commit-properties, mult...Ian Clatworthy2009-08-283-1/+113
|\
| * Validate features are known before importingIan Clatworthy2009-08-271-0/+5
| * Store multiple authors and revision properties when definedIan Clatworthy2009-08-271-3/+3
| * parsing of multiple authors and commit propertiesIan Clatworthy2009-08-271-1/+42
| * feature parsingIan Clatworthy2009-08-271-1/+12
| * fix broken testsIan Clatworthy2009-08-271-2/+4
| * tweak proposed property formattingIan Clatworthy2009-08-271-5/+2
| * Definition and formatting of multiple authors and revision propertiesIan Clatworthy2009-08-271-0/+45
| * Definition and output of feature commandsIan Clatworthy2009-08-271-0/+11
* | Add missing test cases for multilevel deletes in 2a dn 1.9-rich-root fast imp...Tom Widmer2009-08-271-0/+6
* | Merged latest changes from upstream.Tom Widmer2009-08-272-1/+24
|\ \ | |/
| * Handle git submodules in the stream by warning about + ignoring themIan Clatworthy2009-08-272-1/+24
* | 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