summaryrefslogtreecommitdiff
path: root/processors
Commit message (Expand)AuthorAgeFilesLines
* Import helper functions that have been removed from python-fastimport.Jelmer Vernooij2014-05-152-5/+5
* Reimport some modules removed from python-fastimport 0.9.2.Jelmer Vernooij2012-02-282-1/+282
* Remove old FSF address. Thanks Dan Callaghan.Jelmer Vernooij2011-10-062-4/+2
* Support both locations for KnitPackRepository.Jelmer Vernooij2011-04-111-2/+5
* Fix knitpack repo import.Jelmer Vernooij2011-04-111-2/+2
* Use lookup functions for committish.Jelmer Vernooij2011-02-011-9/+10
* Add a bunch of mark id normalization.termie2011-01-301-2/+2
* Fix typo.Jelmer Vernooij2010-12-121-1/+1
* Merge trivial patch from Gabriel Filion to cope with API changes forJelmer Vernooij2010-12-111-1/+1
* Remove (now) useless iterator.Jelmer Vernooij2010-11-081-3/+0
* Fix some more bugs found by ad-hoc testing.Jelmer Vernooij2010-10-161-3/+1
* Check for availability of fastimport before running tests.Jelmer Vernooij2010-10-151-1/+3
* Provide stubs for logging functions no longer provided by python-fastimport.Jelmer Vernooij2010-09-121-1/+22
* Remove processors, now in python-fastimport.Jelmer Vernooij2010-09-063-680/+0
* Split out reftracker.Jelmer Vernooij2010-09-062-11/+13
* Fix typo, handle bzr-specific locking in GenericProcessor.Jelmer Vernooij2010-09-051-0/+25
* Only require passing BzrDir to bzr-specific processors.Jelmer Vernooij2010-09-043-8/+16
* Fix some imports.Jelmer Vernooij2010-09-041-7/+9
* Split out fastimport, import it from the system.Jelmer Vernooij2010-09-032-2/+2
* Move pure-fastimport code into its own directory, in preparation of splitting...Jelmer Vernooij2010-09-032-6/+9
* Cope with Debian's bzr using the system configobj, not shipping with its own.Jelmer Vernooij2010-02-081-1/+4
* Ignore progress messages unless in verbose modeIan Clatworthy2010-01-281-2/+4
* Change (.keys(), .values()) to using (.iteritems())John Arbash Meinel2009-11-111-30/+23
* Also catch tagging via commit when resuming a crashed import.Max Bowsher2009-11-041-0/+3
* Set a tag when touching a refs/tags/ ref with a commit command.Max Bowsher2009-11-031-0/+4
* Change the default inventory cache size to 1. For large projects, this reduce...Ian Clatworthy2009-10-221-3/+3
* Tweak some diagnostic messagesIan Clatworthy2009-08-281-1/+5
* Teach fast-import-filter and fast-import-query about feature commandsIan Clatworthy2009-08-282-1/+18
* Fix feature checkingIan Clatworthy2009-08-281-0/+1
* Validate features are known before importingIan Clatworthy2009-08-272-2/+7
* parsing of multiple authors and commit propertiesIan Clatworthy2009-08-272-0/+9
* add --commit-mark option to fast-import-query to show just one commit (withou...Ian Clatworthy2009-08-241-1/+14
* Only count implicit checkpoints when deciding when to auto-packIan Clatworthy2009-08-221-3/+5
* handle an empty input stream (Gonéri Le Bouder)Ian Clatworthy2009-08-221-0/+4
|\
| * avoid STDERR crashGonéri Le Bouder2009-08-191-0/+4
* | tweak GenericProcessor __init__ methodIan Clatworthy2009-08-211-1/+1
* | Smarter blob tracking by implicitly collecting statistics before starting the...Ian Clatworthy2009-08-212-0/+2
* | configrable output stream for InfoProcessorIan Clatworthy2009-08-211-7/+8
|/
* Update the working tree for trunk implicitlyIan Clatworthy2009-08-171-19/+29
* get tests passing againIan Clatworthy2009-08-071-1/+7
* report triggering commit when exception occursIan Clatworthy2009-04-091-1/+5
* faster export of revision range & improved diagnostics in fast-exportIan Clatworthy2009-04-071-1/+1
* use inv deltas by default for all formats now: --classic to get old algorithm...Ian Clatworthy2009-04-051-7/+11
* add autopack option to fast-importIan Clatworthy2009-04-021-8/+20
* blob reference counting, not just sticky vs otherwiseIan Clatworthy2009-04-022-18/+36
* incremental packing for chk formatsIan Clatworthy2009-03-271-13/+20
* always repack the repository on completionIan Clatworthy2009-03-161-18/+27
* make the file-id cache optional and branch-ref awareIan Clatworthy2009-03-151-27/+0
* make groupcompress space efficient before packingIan Clatworthy2009-03-101-0/+2
* clear caches before packing; show cache stats in verbose modeIan Clatworthy2009-03-091-2/+8