pyfastimport

log

age author description
2009-09-10 Greg Ward Merge all changes to bzr-fastimport since I forked.default tip
2009-09-08 Ian Clatworthy merge directory handling fix for darcs-fast-import
2009-09-08 Miklos Vajna darcs: fix importing files in subdirs
2009-08-29 Ian Clatworthy fix warning messages on non-utf8 names & emails
2009-08-29 Ian Clatworthy Fix unicode email address parsing
2009-08-28 Ian Clatworthy Handle formatting of unicode emails
2009-08-28 Ian Clatworthy --forward, not --reverse, in fast-export help
2009-08-28 Ian Clatworthy implicitly rename children on export when directory renamed
2009-08-28 Ian Clatworthy Ensure empty string property values stay as empty strings
2009-08-28 Ian Clatworthy Sanitize None revision properties to empty string
2009-08-28 Ian Clatworthy Make sure renamed directories are found in file-id lookups
2009-08-28 Ian Clatworthy Handle delete, rename then modify all in the one commit
2009-08-28 Ian Clatworthy Merge feature support including generation/parsing of commit-properties, multiple-authors and empty-directories
2009-08-28 Ian Clatworthy Tweak some diagnostic messages
2009-08-28 Ian Clatworthy Teach fast-import-filter and fast-import-query about feature commands
2009-08-28 Ian Clatworthy tweak author formatting to use same smart rule as used for committer
2009-08-28 Ian Clatworthy add revision count to 'Starting export ...' message
2009-08-28 Ian Clatworthy export and import empty directories
2009-08-28 Ian Clatworthy Fix feature checking
2009-08-28 Ian Clatworthy add --plain option to fast-export
2009-08-27 Ian Clatworthy Validate features are known before importing
2009-08-27 Ian Clatworthy Store multiple authors and revision properties when defined
2009-08-27 Ian Clatworthy parsing of multiple authors and commit properties
2009-08-27 Ian Clatworthy feature parsing
2009-08-27 Ian Clatworthy merge ghost handling fix from trunk
2009-08-27 Ian Clatworthy fix broken tests
2009-08-27 Ian Clatworthy Define feature names in one place
2009-08-27 Ian Clatworthy tweak proposed property formatting
2009-08-27 Ian Clatworthy First cut at exporting additional metadata via 'features'
2009-08-27 Ian Clatworthy Definition and formatting of multiple authors and revision properties
2009-08-27 Ian Clatworthy Definition and output of feature commands
2009-08-27 Ian Clatworthy More intelligent empty directory removal (Tom Widmer)
2009-08-27 Tom Widmer Add missing tab characters to ensure that never born dirs are correctly removed during each pass of parent directory pruning.
2009-08-27 Tom Widmer Add missing test cases for multilevel deletes in 2a dn 1.9-rich-root fast imports.
2009-08-27 Tom Widmer Merged latest changes from upstream.
2009-08-27 Ian Clatworthy Fix ghost handling and improve progress tracking in fast-export
2009-08-27 Ian Clatworthy Handle git submodules in the stream by warning about + ignoring them
2009-08-26 Ian Clatworthy Use the git on Windows path for the check and not just the run itself
2009-08-26 Ian Clatworthy Fix launching of git on Windows
2009-08-25 Tom Widmer Update pruning code to operate in multiple passes, with subsequent passes operating on the parent dirs of dirs pruned in the previous pass.
2009-08-25 Tom Widmer Add test cases to check deletions from multiple levels in a tree still cause pruning of empty dirs to happen correctly.
2009-08-24 Ian Clatworthy merge recursion depth exceeded fix
2009-08-24 Ian Clatworthy Stop fast-export from exceeding the maximum recursion depth
2009-08-24 Ian Clatworthy Merge fixes for inconsistent deltas
2009-08-24 Ian Clatworthy Handle deleting a directory then adding a file within it in the same commit
2009-08-24 Ian Clatworthy merge enhancement for easy lookup of a commit (trunk rev 224)
2009-08-24 Ian Clatworthy Handle rename then modification of the new path
2009-08-24 Ian Clatworthy Handle copy of a file/symlink already modified in this commit
2009-08-24 Ian Clatworthy Handle rename of a file/symlink modified already in this commit
2009-08-24 Ian Clatworthy add tests for symlink renaming
2009-08-24 Ian Clatworthy Add tests for copying to a path deleted in the same commit
2009-08-24 Ian Clatworthy Add tests for renaming to a deleted destination
2009-08-24 Ian Clatworthy Handle delete then add of a file/symlink in the one commit
2009-08-24 Ian Clatworthy merge fast-export fixes from trunk (rev 222)
2009-08-22 Ian Clatworthy Change tests to use 2a instead of development6-rich-root
2009-08-22 Ian Clatworthy commented out draft of CopyModified tests
2009-08-22 Ian Clatworthy better diagnostics on inconsistent delta
2009-08-22 Ian Clatworthy handle copy of a newly added file
2009-08-22 Ian Clatworthy handle a delete of a newly added file
2009-08-22 Ian Clatworthy Handle rename of a just added file