summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | performance tweaks for chk formatsIan Clatworthy2009-03-072-21/+111
|\ \ | |/
| * smarter RevisionStore.chk_load()Ian Clatworthy2009-03-071-14/+90
| * lookup directories on demand in CHKInventories, not all upfrontIan Clatworthy2009-03-061-5/+20
| * use iter_non_root_entries if it existsIan Clatworthy2009-03-061-14/+13
* | initial working version for CHKInventory-based formatsIan Clatworthy2009-03-063-70/+155
|\ \ | |/
| * fix TREE_ROOT delta entry after 1st revision & tweak _delete_item usageIan Clatworthy2009-03-061-9/+14
| * get non-chk formats working again & combine delta entries when requiredIan Clatworthy2009-03-061-16/+43
| * ensure the chk stuff is only used on formats actually supporting itIan Clatworthy2009-03-053-5/+6
| * CHKInventory support for non rich-root repos working, for simple imports at l...Ian Clatworthy2009-03-052-8/+9
| * set maximum_size & key_width for initial parent_id_basename_to_file_id mapIan Clatworthy2009-03-051-3/+6
| * _ensure_directory to return parent_id, not parent_ieIan Clatworthy2009-03-051-20/+34
| * improved-but-not-yet-working CHKInventory supportIan Clatworthy2009-03-053-26/+55
| * fix inventory copying when using deltasIan Clatworthy2009-03-041-6/+11
* | fix ie reference in _get_file_lines()Ian Clatworthy2009-03-061-1/+1
* | make sure fast-export uses a binary stream on WindowsIan Clatworthy2009-03-063-13/+21
|\ \ | |/
| * make sure fast-export uses a binary stream on WindowsIan Clatworthy2009-03-043-13/+21
* | improve error msg when bad timezone encounteredIan Clatworthy2009-03-062-7/+10
|\ \ | |/
| * improve error msg when bad timezone encounteredIan Clatworthy2009-03-042-7/+10
|/
* fix restart when using CHKInventoriesIan Clatworthy2009-03-021-0/+3
* improve error message when .bzr directory not foundIan Clatworthy2009-03-021-1/+7
* fix marks importing in fast-exportIan Clatworthy2009-03-021-2/+3
* Fix str + int concat in bzr-fast-export (Stéphane Raimbault)Ian Clatworthy2009-03-021-1/+1
* fix fast-export's encoding of user namesIan Clatworthy2009-02-262-2/+19
* remove other-resets frm fast-import-info outputIan Clatworthy2009-02-251-3/+0
* fix head tracking when stream includes resetsIan Clatworthy2009-02-254-34/+268
|\
| * update fast-import-info to use same head-tracking code as fast-importIan Clatworthy2009-02-251-28/+7
| * head tracking tests and fixIan Clatworthy2009-02-253-6/+261
|/
* nicer and round-trippable mapping of git ref names to bzr branch namesIan Clatworthy2009-02-256-27/+159
|\
| * nicer and round-trippable mapping of git ref names to bzr branch namesIan Clatworthy2009-02-256-27/+159
|/
* fix encoding issue in bzr_exporter (Teemu Likonen)Ian Clatworthy2009-02-221-0/+2
* add total merges to fast-import-info & record when old/src paths no longer re...Ian Clatworthy2009-02-211-4/+15
* ensure version appears in bzr plugins output (Alexander Belchenko)Ian Clatworthy2009-02-211-0/+2
* use inventory deltas in experimental mode & enhanced fast-import-infoIan Clatworthy2009-02-208-424/+663
|\
| * extend fast-import-info with merges, rename old paths & copy source pathsIan Clatworthy2009-02-202-0/+29
| * get DeltaCommitHandler passing all testsIan Clatworthy2009-02-203-52/+95
| * refactor delete_itemIan Clatworthy2009-02-201-14/+14
| * refactor rename_itemIan Clatworthy2009-02-201-17/+25
| * merge import tests and tweaks to make them passIan Clatworthy2009-02-203-89/+506
| |\ | |/ |/|
* | add lots of import testsIan Clatworthy2009-02-202-73/+483
|\ \
| * | add directory delete testIan Clatworthy2009-02-201-0/+40
| * | file/symlink <-> directory rename testsIan Clatworthy2009-02-202-10/+97
| * | file/symlink <-> directory change tests & fixIan Clatworthy2009-02-202-1/+84
| * | file executable off <-> on testsIan Clatworthy2009-02-201-3/+43
| * | file <-> symlink change testsIan Clatworthy2009-02-201-11/+53
| * | basic delete testsIan Clatworthy2009-02-201-0/+58
| * | basic units tests for filemodifyIan Clatworthy2009-02-201-55/+115
|/ /
* | fix osutils call in delete_recursiveIan Clatworthy2009-02-191-1/+1
| * basic DeltaCommitHandler mostly going bar renameIan Clatworthy2009-02-191-112/+131
| * basic DeltaCommitHandler generating deltasIan Clatworthy2009-02-194-90/+173
| * generalise RevisionLoader to RevisionStore as a repo abstractionIan Clatworthy2009-02-193-61/+64