summaryrefslogtreecommitdiff
path: root/bzr_commit_handler.py
Commit message (Expand)AuthorAgeFilesLines
...
* | lookup file-ids in inventories instead of a cacheIan Clatworthy2009-08-221-60/+18
|/
* test and fix for implicit directory delete recursing upIan Clatworthy2009-08-211-3/+19
* prune directories that become empty after a delete or renameIan Clatworthy2009-08-071-3/+48
* delegate commit message escaping to the serializer if it's a modern oneIan Clatworthy2009-08-071-1/+10
* fix inv-delta generation when deleting directoriesIan Clatworthy2009-07-231-1/+2
* fix round-tripping of committer & author when name is an emailIan Clatworthy2009-04-081-3/+10
* use inv deltas by default for all formats now: --classic to get old algorithm...Ian Clatworthy2009-04-051-11/+7
* incremental packing for chk formatsIan Clatworthy2009-03-271-2/+8
* handle adding a file to a dir deleted in the same commitIan Clatworthy2009-03-241-1/+11
* fix per-graph parent handling for adds and renamesIan Clatworthy2009-03-161-8/+25
* make per-file parents tuples and fix text loading in chk formatsIan Clatworthy2009-03-161-5/+5
* make the file-id cache optional and branch-ref awareIan Clatworthy2009-03-151-9/+23
* improve per-file graph generationIan Clatworthy2009-03-121-6/+47
* handle delete of unknown file in chk formats & reduce noiseIan Clatworthy2009-03-081-2/+5
* fix first file is in a subdirectory bug for chk formatsIan Clatworthy2009-03-081-1/+5
* handle delete of missing files for chk formatsIan Clatworthy2009-03-081-11/+14
* lookup directories on demand in CHKInventories, not all upfrontIan Clatworthy2009-03-061-5/+20
* 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-051-0/+1
* CHKInventory support for non rich-root repos working, for simple imports at l...Ian Clatworthy2009-03-051-7/+8
* _ensure_directory to return parent_id, not parent_ieIan Clatworthy2009-03-051-20/+34
* improved-but-not-yet-working CHKInventory supportIan Clatworthy2009-03-051-10/+5
* fix inventory copying when using deltasIan Clatworthy2009-03-041-6/+11
* fix restart when using CHKInventoriesIan Clatworthy2009-03-021-0/+3
* get DeltaCommitHandler passing all testsIan Clatworthy2009-02-201-52/+68
* 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-201-25/+37
* basic DeltaCommitHandler mostly going bar renameIan Clatworthy2009-02-191-112/+131
* basic DeltaCommitHandler generating deltasIan Clatworthy2009-02-191-85/+164
* generalise RevisionLoader to RevisionStore as a repo abstractionIan Clatworthy2009-02-191-27/+20
* enhance RevisionLoader to try inventory deltas & decide on rich-rootsIan Clatworthy2009-02-191-17/+5
* refactor InventoryCommitHandler general stuff into parent classIan Clatworthy2009-02-191-132/+142
* move GenericCommitHandler into its own module in prep for a delta-based oneIan Clatworthy2009-02-191-0/+361