summaryrefslogtreecommitdiff
path: root/processors/generic_processor.py
Commit message (Expand)AuthorAgeFilesLines
* Reimport some modules removed from python-fastimport 0.9.2.Jelmer Vernooij2012-02-281-1/+1
* Remove old FSF address. Thanks Dan Callaghan.Jelmer Vernooij2011-10-061-2/+1
* 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
* Split out reftracker.Jelmer Vernooij2010-09-061-6/+7
* 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-041-1/+11
* Split out fastimport, import it from the system.Jelmer Vernooij2010-09-031-1/+1
* Move pure-fastimport code into its own directory, in preparation of splitting...Jelmer Vernooij2010-09-031-4/+5
* 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
* 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
* Fix feature checkingIan Clatworthy2009-08-281-0/+1
* Validate features are known before importingIan Clatworthy2009-08-271-1/+3
* parsing of multiple authors and commit propertiesIan Clatworthy2009-08-271-0/+4
* 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-211-0/+1
|/
* 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-021-8/+9
* 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
* miscellaneous progress reporting fixesIan Clatworthy2009-03-091-8/+8
* show commit rate rather than meaningless ETA in verbose modeIan Clatworthy2009-03-081-10/+8
* larger default inventory cache for chk formatsIan Clatworthy2009-03-081-4/+11
* make groupcompress _FAST during importIan Clatworthy2009-03-081-1/+10
* ensure the chk stuff is only used on formats actually supporting itIan Clatworthy2009-03-051-1/+1
* CHKInventory support for non rich-root repos working, for simple imports at l...Ian Clatworthy2009-03-051-1/+1
* improved-but-not-yet-working CHKInventory supportIan Clatworthy2009-03-051-6/+10