summaryrefslogtreecommitdiff
path: root/fastimport/processors
Commit message (Collapse)AuthorAgeFilesLines
* Drop python2 helper.Jelmer Vernooij2021-04-101-1/+1
|
* Import our own modules using relative pathingRoy Marples2021-01-173-6/+4
| | | | | | | This allows python-fastimport to be embedded as vendor code within other modules. Although python disallows a dash in a module name so I called it vendor/python_fastimport.
* Fix compatibility with Python 3.Jelmer Vernooij2019-12-041-1/+3
|
* cmd.ref is a bytestring.Jelmer Vernooij2019-12-011-1/+1
|
* Fix PEP8 formatting.Jelmer Vernooij2019-12-013-28/+47
|
* Add fast-import-{filter,query,info} scripts.Jelmer Vernooij2018-03-301-0/+286
|
* Explicitly declared all the byte strings. Renamed variables using reserved ↵Félix Mattrat2016-04-182-16/+17
| | | | keywords
* removed unused/useless statementsFélix Mattrat2016-04-152-4/+0
|
* make the tests work again on python2Félix Mattrat2016-04-141-7/+7
|
* python 3 compatibility, futurize stage 2Félix Mattrat2016-04-142-1/+5
|
* python 3 compatibility, futurize stage 1Félix Mattrat2016-04-141-3/+4
|
* remove info_processor too (uses reftracker).Jelmer Vernooij2012-02-281-280/+0
|
* Merge support for squash_empty_commit argument to FilterProcessor.Jelmer Vernooij2011-10-221-1/+7
|\
| * Rename flag to squash_empty_commits and add few more tests with ↵Oleksandr Usov2011-10-211-8/+8
| | | | | | | | includes/excludes
| * Add preserve_all_history flag to filter_processor and tests for itOleksandr Usov2011-10-201-3/+11
| |
* | Only fix references to commits that have been squashed rather than removing ↵Jelmer Vernooij2011-10-221-4/+5
|/ | | | everything that we haven't touched yet
* Remove old FSF address and point at FSF website instead.Jelmer Vernooij2011-10-063-6/+3
| | | | Thanks Dan Callaghan.
* 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-082-3/+2
| | | | file_iter should ideally be made private.
* Fix tests.Jelmer Vernooij2010-11-061-1/+1
|
* 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-121-3/+2
|
* Don't rely on bzrlib.trace. Jelmer Vernooij2010-09-122-7/+3
|
* Use modes directly rather than bzr file kinds and executable flags.Jelmer Vernooij2010-09-121-1/+2
|
* Import processors from bzr-fastimport.Jelmer Vernooij2010-09-064-0/+675