Fix launching of git on Windows
[jelmer/python-fastimport.git] / bzr_commit_handler.py
2009-08-24 Ian ClatworthyMerge fixes for inconsistent deltas
2009-08-24 Ian ClatworthyHandle deleting a directory then adding a file within...
2009-08-24 Ian Clatworthymerge enhancement for easy lookup of a commit (trunk...
2009-08-24 Ian ClatworthyHandle rename then modification of the new path
2009-08-24 Ian ClatworthyHandle copy of a file/symlink already modified in this...
2009-08-24 Ian ClatworthyHandle rename of a file/symlink modified already in...
2009-08-23 Ian ClatworthyHandle delete then add of a file/symlink in the one...
2009-08-23 Ian Clatworthymerge fast-export fixes from trunk (rev 222)
2009-08-22 Ian Clatworthybetter diagnostics on inconsistent delta
2009-08-22 Ian Clatworthyhandle copy of a newly added file
2009-08-22 Ian Clatworthyhandle a delete of a newly added file
2009-08-22 Ian ClatworthyHandle rename of a just added file
2009-08-22 Ian Clatworthyhandle adding the same file twice in the one commit
2009-08-21 Ian ClatworthyMerge fixes from trunk, rev 220.
2009-08-21 Ian ClatworthyMore robust implicit delete logic when file-id not...
2009-08-21 Ian Clatworthylookup file-ids in inventories instead of a cache
2009-08-21 Ian ClatworthyFix git-bzr mark compatibility issue (Gonéri Le Bouder)
2009-08-21 Ian Clatworthyhandle an empty input stream (Gonéri Le Bouder)
2009-08-21 Ian Clatworthymake implicit directory deletion recurse upwards
2009-08-21 Ian Clatworthytest and fix for implicit directory delete recursing up
2009-08-10 Ian Clatworthymerge darcs-fast-export fixes and better doc
2009-08-07 Ian Clatworthyprune directories that become empty after a delete...
2009-08-07 Ian Clatworthydelegate commit message escaping to the serializer...
2009-07-25 Miklos VajnaMerge darcs-fast-export
2009-07-23 Ian Clatworthyfix inv-delta generation when deleting directories
2009-04-08 Ian Clatworthyfix round-tripping of committer & author when name...
2009-04-04 Ian Clatworthyuse inv deltas by default for all formats now: --classi...
2009-03-27 Ian Clatworthyincremental packing for chk formats
2009-03-24 Ian Clatworthyhandle adding a file to a dir deleted in the same commit
2009-03-16 Ian Clatworthyfix per-graph parent handling for adds and renames
2009-03-16 Ian Clatworthymake per-file parents tuples and fix text loading in...
2009-03-15 Ian Clatworthymake the file-id cache optional and branch-ref aware
2009-03-12 Ian Clatworthyimprove per-file graph generation
2009-03-12 Ian Clatworthyimprove per-file graph generation
2009-03-08 Ian Clatworthyhandle delete of unknown file in chk formats & reduce...
2009-03-08 Ian Clatworthyfix first file is in a subdirectory bug for chk formats
2009-03-08 Ian Clatworthyhandle delete of missing files for chk formats
2009-03-07 Ian Clatworthyperformance tweaks for chk formats
2009-03-06 Ian Clatworthylookup directories on demand in CHKInventories, not...
2009-03-06 Ian Clatworthyinitial working version for CHKInventory-based formats
2009-03-06 Ian Clatworthyfix TREE_ROOT delta entry after 1st revision & tweak...
2009-03-06 Ian Clatworthyget non-chk formats working again & combine delta entri...
2009-03-05 Ian Clatworthyensure the chk stuff is only used on formats actually...
2009-03-05 Ian ClatworthyCHKInventory support for non rich-root repos working...
2009-03-05 Ian Clatworthy_ensure_directory to return parent_id, not parent_ie
2009-03-05 Ian Clatworthyimproved-but-not-yet-working CHKInventory support
2009-03-04 Ian Clatworthyfix inventory copying when using deltas
2009-03-02 Ian Clatworthyfix restart when using CHKInventories
2009-02-20 Ian Clatworthyuse inventory deltas in experimental mode & enhanced...
2009-02-20 Ian Clatworthyget DeltaCommitHandler passing all tests
2009-02-20 Ian Clatworthyrefactor delete_item
2009-02-20 Ian Clatworthyrefactor rename_item
2009-02-20 Ian Clatworthymerge import tests and tweaks to make them pass
2009-02-19 Ian Clatworthybasic DeltaCommitHandler mostly going bar rename
2009-02-19 Ian Clatworthybasic DeltaCommitHandler generating deltas
2009-02-19 Ian Clatworthygeneralise RevisionLoader to RevisionStore as a repo...
2009-02-19 Ian Clatworthyenhance RevisionLoader to try inventory deltas & decide...
2009-02-19 Ian Clatworthyrefactor InventoryCommitHandler general stuff into...
2009-02-19 Ian Clatworthymove GenericCommitHandler into its own module in prep...