summaryrefslogtreecommitdiff
path: root/fastimport/commands.py
Commit message (Expand)AuthorAgeFilesLines
* Drop python2 helper.Jelmer Vernooij2021-04-101-3/+1
* Drop more python2 support.Jelmer Vernooij2021-04-101-9/+3
* Import our own modules using relative pathingRoy Marples2021-01-171-1/+1
* Fix PEP8 formatting.Jelmer Vernooij2019-12-011-19/+26
* Check if commit id is an int, if so then convert to byte stringPhilip Roche2016-06-071-3/+10
* Add python3.4 support.Jelmer Vernooij2016-04-181-21/+27
* Improve compatibility with python3.4.Jelmer Vernooij2016-04-181-29/+29
* Collapse import statements, remove unnecessary helpers by inlining them.Jelmer Vernooij2016-04-181-12/+10
* Explicitly declared all the byte strings. Renamed variables using reserved ke...Félix Mattrat2016-04-181-144/+169
* removed unused/useless statementsFélix Mattrat2016-04-151-1/+0
* sorted out string/unicode problems, updated the unicode test, renamed assertE...Félix Mattrat2016-04-151-5/+24
* make the tests work again on python2Félix Mattrat2016-04-141-3/+6
* python 3 compatibility, futurize stage 2Félix Mattrat2016-04-141-6/+9
* python 3 compatibility, futurize stage 1Félix Mattrat2016-04-141-5/+5
* Merge branch 'commit-copy' of git://github.com/masklinn/python-fastimportJelmer Vernooij2014-03-111-0/+10
|\
| * Add basic commit copy testmasklinn2014-03-111-1/+4
| * Add copy method to CommitCommandmasklinn2014-03-101-0/+7
* | Add NoteModify commandmasklinn2014-03-101-0/+14
|/
* python-fastimport: overview documentationJonathan Nieder2014-03-011-1/+7
* Remove old FSF address and point at FSF website instead.Jelmer Vernooij2011-10-061-2/+1
* Avoid attempting to utf-8 decode/encode committer and author information.Jelmer Vernooij2010-12-121-3/+3
* Check for leading slashes in paths, invalid path types.Jelmer Vernooij2010-12-121-1/+3
* Fix tests.Jelmer Vernooij2010-11-061-2/+1
* Use modes directly rather than bzr file kinds and executable flags.Jelmer Vernooij2010-09-121-17/+19
* Remove bzr-specific code, whitespace.Jelmer Vernooij2010-09-041-6/+0
* Move pure-fastimport code into its own directory, in preparation of splitting...Jelmer Vernooij2010-09-031-0/+444