summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Start on 0.9.3.baserock/morphJelmer Vernooij2012-04-043-2/+4
* Release 0.9.2.fastimport-0.9.2Jelmer Vernooij2012-04-042-2/+2
* Allow less strict parsing of fastimport streams.Jelmer Vernooij2012-04-043-5/+56
* Cope with invalid timezones like +51800 a little bit better.Jelmer Vernooij2012-04-043-3/+9
* Add basic tests for dates.Jelmer Vernooij2012-04-044-6/+43
* remove info_processor too (uses reftracker).Jelmer Vernooij2012-02-281-280/+0
* Remove bzr-specific reftracker and idmapfile modules.Jelmer Vernooij2012-02-285-390/+3
* Clarify AUTHORS.Jelmer Vernooij2012-02-281-2/+3
* Start on 0.9.2.Jelmer Vernooij2012-02-283-2/+4
* Release 0.9.1.fastimport-0.9.1Jelmer Vernooij2012-02-282-2/+2
* Rename tarball for the benefit of pip.Jelmer Vernooij2012-02-282-1/+3
* Implement 'done' feature.Jelmer Vernooij2012-02-284-0/+45
* Merge support for squash_empty_commit argument to FilterProcessor.Jelmer Vernooij2011-10-222-3/+238
|\
| * Rename flag to squash_empty_commits and add few more tests with includes/excl...Oleksandr Usov2011-10-212-17/+126
| * Add preserve_all_history flag to filter_processor and tests for itOleksandr Usov2011-10-202-5/+131
* | Only fix references to commits that have been squashed rather than removing e...Jelmer Vernooij2011-10-222-4/+6
|/
* Remove old FSF address and point at FSF website instead.Jelmer Vernooij2011-10-0619-39/+19
* Start on 0.9.1.Jelmer Vernooij2011-01-313-2/+5
* release 0.9.0fastimport-0.9.0Jelmer Vernooij2011-01-313-2/+27
* Fix typo in setup.pyJonathan Nieder2011-01-301-1/+1
* Avoid attempting to utf-8 decode/encode committer and author information.Jelmer Vernooij2010-12-122-17/+4
* Check for leading slashes in paths, invalid path types.Jelmer Vernooij2010-12-121-1/+3
* Stop utf-8 decoding several strings as they are not guaranteed to be unicode.Jelmer Vernooij2010-12-121-12/+2
* If there is no mark then don't track it.Jelmer Vernooij2010-12-111-1/+2
* Avoid file_iter, use iter_files instead. Jelmer Vernooij2010-11-083-4/+3
* Fix tests.Jelmer Vernooij2010-11-064-5/+4
* Support out of band processing of commands.Jelmer Vernooij2010-10-281-2/+2
* Cope with FileModifyCommand now having mode rather than is_executable and kind.Jelmer Vernooij2010-10-161-2/+3
* Install fastimport.processors.Jelmer Vernooij2010-10-161-1/+1
* remove dependency on bzrlib.Jelmer Vernooij2010-09-122-5/+33
* Don't rely on bzrlib.trace. Jelmer Vernooij2010-09-123-42/+7
* Use modes directly rather than bzr file kinds and executable flags.Jelmer Vernooij2010-09-125-41/+41
* Import processors from bzr-fastimport.Jelmer Vernooij2010-09-0611-0/+2254
|\
| * Split out reftracker.Jelmer Vernooij2010-09-066-55/+97
| * Fix typo, handle bzr-specific locking in GenericProcessor.Jelmer Vernooij2010-09-053-2/+27
| * Only require passing BzrDir to bzr-specific processors.Jelmer Vernooij2010-09-044-11/+19
| * Fix some imports.Jelmer Vernooij2010-09-043-14/+22
| * Split out fastimport, import it from the system.Jelmer Vernooij2010-09-0323-2187/+22
* | remove bzrisms from Processor.Jelmer Vernooij2010-09-051-19/+1
* | Remove bzr-specific bits from processor.Jelmer Vernooij2010-09-041-18/+1
* | Ignore testrepository directories.Jelmer Vernooij2010-09-041-0/+1
* | Support the 'done' command.Sverre Rabbelier2010-09-041-0/+2
* | Add testrepository configuration, test_suite() function.Jelmer Vernooij2010-09-042-0/+38
* | Remove bzr-specific code, whitespace.Jelmer Vernooij2010-09-042-18/+12
* | Split python-fastimport into its own separate package.Jelmer Vernooij2010-09-03106-14067/+71
|/
* Move pure-fastimport code into its own directory, in preparation of splitting...Jelmer Vernooij2010-09-0323-141/+176
* Merge fixes from Miklos for darcs fast import.Jelmer Vernooij2010-07-289-63/+197
|\
| * darcs-fast-import: don't fail for first empty commitMiklos Vajna2010-06-283-0/+12
| * darcs-fast-import: add --progress switchMiklos Vajna2010-06-272-1/+18
| * x2d: pass options to d-f-iMiklos Vajna2010-06-272-2/+10