summaryrefslogtreecommitdiff
path: root/fastimport
Commit message (Expand)AuthorAgeFilesLines
* Start on 0.9.3.baserock/morphJelmer Vernooij2012-04-041-1/+1
* Allow less strict parsing of fastimport streams.Jelmer Vernooij2012-04-042-5/+52
* Cope with invalid timezones like +51800 a little bit better.Jelmer Vernooij2012-04-042-3/+6
* 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-284-390/+0
* Start on 0.9.2.Jelmer Vernooij2012-02-281-1/+1
* Implement 'done' feature.Jelmer Vernooij2012-02-283-0/+39
* 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-311-1/+1
* release 0.9.0fastimport-0.9.0Jelmer Vernooij2011-01-311-0/+19
* 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
* 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 fastimport, import it from the system.Jelmer Vernooij2010-09-0311-2161/+0
* | remove bzrisms from Processor.Jelmer Vernooij2010-09-051-19/+1
* | Remove bzr-specific bits from processor.Jelmer Vernooij2010-09-041-18/+1
* | Support the 'done' command.Sverre Rabbelier2010-09-041-0/+2
* | Add testrepository configuration, test_suite() function.Jelmer Vernooij2010-09-041-0/+35
* | Remove bzr-specific code, whitespace.Jelmer Vernooij2010-09-042-18/+12
* | Split python-fastimport into its own separate package.Jelmer Vernooij2010-09-035-8/+63
|/
* Move pure-fastimport code into its own directory, in preparation of splitting...Jelmer Vernooij2010-09-0311-0/+2161