summaryrefslogtreecommitdiff
path: root/processors
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* move GenericCacheManager into its own moduleIan Clatworthy2009-02-181-86/+4
* move escape_commit_message into helpersIan Clatworthy2009-02-181-16/+1
* move note/message/debug into higher level classesIan Clatworthy2009-02-181-41/+0
* fast-import-filter for including/excluding paths from a streamIan Clatworthy2009-02-181-0/+288
|\
| * tag & reset tests & tweaksIan Clatworthy2009-02-171-9/+10
| * deleteall tests & tweaksIan Clatworthy2009-02-171-25/+17
| * rename and copy tests & tweaksIan Clatworthy2009-02-171-7/+8
| * include subdir & multiple files testsIan Clatworthy2009-02-171-1/+2
| * include single file testsIan Clatworthy2009-02-171-10/+47
| * no filtering testsIan Clatworthy2009-02-171-8/+7
| * add _paths to option & params names as other types of filtering may be added ...Ian Clatworthy2009-02-171-6/+7
| * get fast-import-filter formatting commands in the output correctlyIan Clatworthy2009-02-171-10/+17
| * initial cut at fast-import-filterIan Clatworthy2009-02-161-0/+249
* | code & tests for file copyingIan Clatworthy2009-02-181-1/+27
|/
* rename fast-import-filter to fast-import-queryIan Clatworthy2009-02-161-3/+3
* make deleteall less agressive in the files it tries to deleteIan Clatworthy2009-02-161-3/+5
* initial cut at reset supportIan Clatworthy2009-02-161-17/+33
|\
| * Reset takes a <commitsh> and not just a revid; added note toBrian de Alwis2009-01-211-1/+2
| * Add support for multiple branches by supporting the 'reset' command.Brian de Alwis2009-01-141-7/+16
* | recursively delete children when a directory is deletedIan Clatworthy2009-02-131-3/+16
* | warn on tags with a missing from clauseIan Clatworthy2009-02-131-1/+4
* | let the id-map file have more revisions than the repositoryIan Clatworthy2009-02-131-1/+1
* | handle > 16 parents in fast-import-infoIan Clatworthy2009-02-131-10/+11
* | Handle a directory becoming a file and subsequent child deletesIan Clatworthy2009-02-121-0/+7
* | remove --inv-fulltext optionIan Clatworthy2009-02-121-26/+10
* | fix support for rich-root (and subtree) repositoriesIan Clatworthy2009-02-111-1/+8
* | only output warning about missing from clause for lightweight tags in verbose...Ian Clatworthy2009-02-111-3/+3
* | ignore lightweight tags without a from clauseIan Clatworthy2009-02-111-1/+6
* | minor comment clean-upsIan Clatworthy2009-02-111-5/+6
|/
* Change the rename code to create a new text entry.John Arbash Meinel2008-12-151-0/+4
* Implement the 'deleteall' command.Miklos Vajna2008-10-201-1/+4
* Merge Pieter de Bie's export-fixes branchIan Clatworthy2008-07-221-6/+74
|\