summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add unit test for --no-tagsOleksandr Usov2012-08-211-0/+10
* Print sane error when a fastimport file is incomplete.Jelmer Vernooij2012-03-011-0/+10
* Reimport some modules removed from python-fastimport 0.9.2.Jelmer Vernooij2012-02-281-0/+259
* Fix compatibility with bzr 2.6.Jelmer Vernooij2012-02-181-9/+9
* fix --baseline bugs, and add a couple of testsAndy Grimm2011-11-221-0/+74
* Implement comments from patch review:Oleksandr Usov2011-10-172-32/+41
* Add function to rewrite refnames & tests for itOleksandr Usov2011-10-121-0/+45
* tests/__init__.py is GPLv2 *or later*, like the rest of bzr-fastimport.Jelmer Vernooij2011-10-111-1/+2
* 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