summaryrefslogtreecommitdiff
path: root/processors
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* remove other-resets frm fast-import-info outputIan Clatworthy2009-02-251-3/+0
* update fast-import-info to use same head-tracking code as fast-importIan Clatworthy2009-02-251-28/+7
* add total merges to fast-import-info & record when old/src paths no longer re...Ian Clatworthy2009-02-211-4/+15
* extend fast-import-info with merges, rename old paths & copy source pathsIan Clatworthy2009-02-201-0/+25
* basic DeltaCommitHandler generating deltasIan Clatworthy2009-02-191-4/+6
* generalise RevisionLoader to RevisionStore as a repo abstractionIan Clatworthy2009-02-191-9/+9
* enhance RevisionLoader to try inventory deltas & decide on rich-rootsIan Clatworthy2009-02-191-13/+3
* move GenericCommitHandler into its own module in prep for a delta-based oneIan Clatworthy2009-02-191-379/+40
* fast-export command replacing bzr-fast-export scriptIan Clatworthy2009-02-181-3/+3
|\
| * extend & use marks_file APIIan Clatworthy2009-02-181-3/+3
* | fix missing os import in generic_processorIan Clatworthy2009-02-181-0/+1
|/
* move import/export of marks into a moduleIan Clatworthy2009-02-181-48/+6
* move GenericBranchUpdater into its own moduleIan Clatworthy2009-02-181-165/+4