summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* python-fastimport: overview documentationJonathan Nieder2014-03-014-7/+41
* Start on 0.9.4.Jelmer Vernooij2014-03-013-2/+4
* Release 0.9.3.fastimport-0.9.3Jelmer Vernooij2014-03-013-2/+3
* Add basic readme file.Jelmer Vernooij2014-03-013-0/+8
* Add MANIFEST file.Jelmer Vernooij2014-03-013-0/+4
* Remove binary_stream helper.Jelmer Vernooij2014-03-012-20/+2
* Remove unused helpers.Jelmer Vernooij2014-03-012-43/+4
* Fix compatibility with python2.6, which does not have assertIsInstance.Jelmer Vernooij2014-01-181-2/+2
* Actually run tests with unittest2.Jelmer Vernooij2014-01-181-1/+1
* Build with pypy in travis.Jelmer Vernooij2014-01-181-0/+1
* Install unittest2 for python2.6.Jelmer Vernooij2014-01-181-0/+2
* Remove dependency on testtools.Jelmer Vernooij2014-01-186-12/+12
* Add travis config.Jelmer Vernooij2014-01-181-0/+5
* Add Makefile.Jelmer Vernooij2013-09-221-0/+29
* Remove download URL.Jelmer Vernooij2013-09-221-1/+0
* Ignore some files.Jelmer Vernooij2013-09-221-0/+3
* Change fileid of processors/Jelmer Vernooij2012-11-290-0/+0
* Start on 0.9.3.Jelmer 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.Jelmer 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.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
|\