summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove old FSF address. Thanks Dan Callaghan.Jelmer Vernooij2011-10-066-12/+6
* Cope with non-utf8 characters in paths when importing.Jelmer Vernooij2011-09-211-0/+24
* In "plain" mode, skip tags that contain characters not valid in Git.Jelmer Vernooij2011-08-171-0/+28
* Cope with older versions of bzr.Jelmer Vernooij2011-07-251-1/+4
* Cope with Feature only being available from bzrlib.tests.features.Jelmer Vernooij2011-07-251-1/+2
* Allow fast-import-filter to be used without first argument.Jelmer Vernooij2011-06-171-0/+13
* 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
| * Merge my fix for #400960 back from trunk.Samuel Bronson2009-07-201-1/+13
| |\
| * | Add test for bug #401249.Samuel Bronson2009-07-181-0/+32
* | | Fix 'bzr fast-import' bzrdir argument and add a blackbox test.Jelmer Vernooij2011-04-281-1/+1
* | | Add blackbox tests for 'bzr fast-import'.Jelmer Vernooij2011-04-281-0/+14
* | | Use TestCase.assertPathExists if available (fix deprecation warning with bzr ...Jelmer Vernooij2011-04-281-1/+4
* | | Fix fast-import-info.Jelmer Vernooij2011-03-101-0/+41
* | | Add some blackbox tests for 'bzr fast-export'.Jelmer Vernooij2011-03-101-0/+21
* | | Cope with non-utf8 characters in commit messages.Jelmer Vernooij2011-02-021-0/+17
* | | 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