summaryrefslogtreecommitdiff
path: root/fastimport
Commit message (Expand)AuthorAgeFilesLines
* Release 0.9.7.fastimport-0.9.7Jelmer Vernooij2018-04-151-1/+1
* Avoid assertMultiLineEqual - not available on python2.6.Jelmer Vernooij2018-03-301-1/+1
* Add fast-import-{filter,query,info} scripts.Jelmer Vernooij2018-03-305-0/+501
* Cope with bytestrings in utf8_bytes_string() helper. LP: #1647101Jelmer Vernooij2016-12-061-2/+5
* test commits with integer marksPhilip Roche2016-06-071-1/+21
* Check if commit id is an int, if so then convert to byte stringPhilip Roche2016-06-071-3/+10
* Start on 0.9.7.Jelmer Vernooij2016-04-191-1/+1
* Add python3.4 support.Jelmer Vernooij2016-04-183-29/+33
* Improve compatibility with python3.4.Jelmer Vernooij2016-04-181-29/+29
* Collapse import statements, remove unnecessary helpers by inlining them.Jelmer Vernooij2016-04-184-54/+27
* Fixed the test_copy_to_outsideFélix Mattrat2016-04-181-1/+1
* Explicitly declared all the byte strings. Renamed variables using reserved ke...Félix Mattrat2016-04-1813-701/+872
* removed unused/useless statementsFélix Mattrat2016-04-158-53/+35
* sorted out string/unicode problems, updated the unicode test, renamed assertE...Félix Mattrat2016-04-157-36/+75
* make the tests work again on python2Félix Mattrat2016-04-147-48/+61
* python 3 compatibility, futurize stage 2Félix Mattrat2016-04-149-22/+42
* python 3 compatibility, futurize stage 1Félix Mattrat2016-04-146-28/+31
* Simplify handling of errors.Jelmer Vernooij2015-12-201-72/+16
* Start on fastimport 0.9.5.Jelmer Vernooij2014-07-061-1/+1
* Get handlers from class object using getattr() for possible inheritanceCécile Tonglet2014-06-171-2/+2
* Authorship information as a namedtuplemasklinn2014-04-272-9/+22
* Merge branch 'commit-copy' of git://github.com/masklinn/python-fastimportJelmer Vernooij2014-03-112-0/+39
|\
| * Test copy-with-replacement and invalid copymasklinn2014-03-111-3/+14
| * Add basic commit copy testmasklinn2014-03-112-1/+22
| * Add copy method to CommitCommandmasklinn2014-03-101-0/+7
* | Add tests for notemodifymasklinn2014-03-111-0/+75
* | Add NoteModify commandmasklinn2014-03-101-0/+14
|/
* python-fastimport: overview documentationJonathan Nieder2014-03-014-7/+41
* Start on 0.9.4.Jelmer Vernooij2014-03-011-1/+1
* Remove binary_stream helper.Jelmer Vernooij2014-03-011-19/+0
* Remove unused helpers.Jelmer Vernooij2014-03-011-43/+0
* Fix compatibility with python2.6, which does not have assertIsInstance.Jelmer Vernooij2014-01-181-2/+2
* Remove dependency on testtools.Jelmer Vernooij2014-01-186-12/+12
* Start on 0.9.3.Jelmer 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.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