| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop python2 helper. | Jelmer Vernooij | 2021-04-10 | 1 | -37/+36 |
* | Fix PEP8 formatting. | Jelmer Vernooij | 2019-12-01 | 7 | -126/+182 |
* | Avoid assertMultiLineEqual - not available on python2.6. | Jelmer Vernooij | 2018-03-30 | 1 | -1/+1 |
* | Add fast-import-{filter,query,info} scripts. | Jelmer Vernooij | 2018-03-30 | 2 | -0/+78 |
* | test commits with integer marks | Philip Roche | 2016-06-07 | 1 | -1/+21 |
* | Add python3.4 support. | Jelmer Vernooij | 2016-04-18 | 1 | -7/+5 |
* | Collapse import statements, remove unnecessary helpers by inlining them. | Jelmer Vernooij | 2016-04-18 | 1 | -4/+5 |
* | Fixed the test_copy_to_outside | Félix Mattrat | 2016-04-18 | 1 | -1/+1 |
* | Explicitly declared all the byte strings. Renamed variables using reserved ke... | Félix Mattrat | 2016-04-18 | 6 | -416/+413 |
* | removed unused/useless statements | Félix Mattrat | 2016-04-15 | 3 | -44/+35 |
* | sorted out string/unicode problems, updated the unicode test, renamed assertE... | Félix Mattrat | 2016-04-15 | 4 | -22/+26 |
* | make the tests work again on python2 | Félix Mattrat | 2016-04-14 | 4 | -38/+44 |
* | python 3 compatibility, futurize stage 2 | Félix Mattrat | 2016-04-14 | 4 | -14/+22 |
* | python 3 compatibility, futurize stage 1 | Félix Mattrat | 2016-04-14 | 2 | -13/+13 |
* | Authorship information as a namedtuple | masklinn | 2014-04-27 | 1 | -8/+18 |
* | Merge branch 'commit-copy' of git://github.com/masklinn/python-fastimport | Jelmer Vernooij | 2014-03-11 | 1 | -0/+29 |
|\ |
|
| * | Test copy-with-replacement and invalid copy | masklinn | 2014-03-11 | 1 | -3/+14 |
| * | Add basic commit copy test | masklinn | 2014-03-11 | 1 | -0/+18 |
* | | Add tests for notemodify | masklinn | 2014-03-11 | 1 | -0/+75 |
|/ |
|
* | Fix compatibility with python2.6, which does not have assertIsInstance. | Jelmer Vernooij | 2014-01-18 | 1 | -2/+2 |
* | Remove dependency on testtools. | Jelmer Vernooij | 2014-01-18 | 6 | -12/+12 |
* | Allow less strict parsing of fastimport streams. | Jelmer Vernooij | 2012-04-04 | 1 | -0/+38 |
* | Cope with invalid timezones like +51800 a little bit better. | Jelmer Vernooij | 2012-04-04 | 1 | -0/+3 |
* | Add basic tests for dates. | Jelmer Vernooij | 2012-04-04 | 2 | -0/+32 |
* | Remove bzr-specific reftracker and idmapfile modules. | Jelmer Vernooij | 2012-02-28 | 2 | -260/+0 |
* | Implement 'done' feature. | Jelmer Vernooij | 2012-02-28 | 1 | -0/+26 |
* | Merge support for squash_empty_commit argument to FilterProcessor. | Jelmer Vernooij | 2011-10-22 | 1 | -2/+231 |
|\ |
|
| * | Rename flag to squash_empty_commits and add few more tests with includes/excl... | Oleksandr Usov | 2011-10-21 | 1 | -9/+118 |
| * | Add preserve_all_history flag to filter_processor and tests for it | Oleksandr Usov | 2011-10-20 | 1 | -2/+120 |
* | | Only fix references to commits that have been squashed rather than removing e... | Jelmer Vernooij | 2011-10-22 | 1 | -0/+1 |
|/ |
|
* | Remove old FSF address and point at FSF website instead. | Jelmer Vernooij | 2011-10-06 | 7 | -15/+7 |
* | Fix tests. | Jelmer Vernooij | 2010-11-06 | 2 | -2/+2 |
* | Use modes directly rather than bzr file kinds and executable flags. | Jelmer Vernooij | 2010-09-12 | 2 | -14/+11 |
* | Import processors from bzr-fastimport. | Jelmer Vernooij | 2010-09-06 | 5 | -0/+1483 |
|\ |
|
| * | Split out fastimport, import it from the system. | Jelmer Vernooij | 2010-09-03 | 3 | -419/+0 |
* | | Add testrepository configuration, test_suite() function. | Jelmer Vernooij | 2010-09-04 | 1 | -0/+35 |
* | | Split python-fastimport into its own separate package. | Jelmer Vernooij | 2010-09-03 | 2 | -2/+2 |
|/ |
|
* | Move pure-fastimport code into its own directory, in preparation of splitting... | Jelmer Vernooij | 2010-09-03 | 3 | -0/+419 |