summaryrefslogtreecommitdiff
path: root/bzr_commit_handler.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old FSF address. Thanks Dan Callaghan.Jelmer Vernooij2011-10-061-2/+1
* Cope with non-utf8 characters in paths when importing.Jelmer Vernooij2011-09-211-16/+29
* Avoid deprecated Inventory.__contains__.Jelmer Vernooij2011-07-201-2/+2
* Fix deleteall handler.Jelmer Vernooij2011-05-311-8/+5
* fix typo.Jelmer Vernooij2011-05-311-1/+1
* Avoid Inventory.copy, which has disappeared in newer versions of Bazaar.Jelmer Vernooij2011-05-311-7/+6
* Fix incremental imports from incremental input streams.Jelmer Vernooij2011-02-021-1/+1
|\
| * Use lookup functions for committish.Jelmer Vernooij2011-02-011-1/+1
| * Add a bunch of mark id normalization.termie2011-01-301-1/+1
* | Cope with non-utf8 characters in commit messages.Jelmer Vernooij2011-02-021-1/+2
|/
* Fix UnicodeError for non-ASCII paths.INADA Naoki2011-01-231-8/+8
* utf8 decode/encode paths and committer/author email/name, as python-fastimpor...Jelmer Vernooij2010-12-121-5/+18
* Handle unicode decoding of commit messages in bzr-fastimport, python-fastimpo...Jelmer Vernooij2010-12-121-1/+6
* Cope with non-ascii characters in symbolic links.Jelmer Vernooij2010-12-111-6/+6
|\
| * use unicode paths when handling copy and renameDaniel Clemente2009-10-301-4/+4
| * pass unicode object (rather than str) to match CHKInventory._entry_to_bytes r...Daniel Clemente2009-10-301-1/+1
* | Provide stubs for logging functions no longer provided by python-fastimport.Jelmer Vernooij2010-09-121-0/+27
* | Use modes for FileModifyCommand.Jelmer Vernooij2010-09-121-15/+14
* | Split out reftracker.Jelmer Vernooij2010-09-061-1/+1
* | Fix some imports.Jelmer Vernooij2010-09-041-3/+8
* | Split out fastimport, import it from the system.Jelmer Vernooij2010-09-031-1/+1
* | Move pure-fastimport code into its own directory, in preparation of splitting...Jelmer Vernooij2010-09-031-1/+5
* | Switch to using CommitBuilderJohn Arbash Meinel2009-12-111-16/+20
|\ \
| * | (broken) Start working towards using CommitBuilder rather than using a custom...John Arbash Meinel2009-11-121-16/+20
| |/
* | When post-processing the delta stream, don't ask to generate a full inventory...John Arbash Meinel2009-11-301-6/+12
* | Default branch-nick to mapped git ref name.Max Bowsher2009-11-041-0/+3
|/
* base file-ids on the basename, not path, as jam suggested. This improves the ...Ian Clatworthy2009-10-121-1/+2
* Sanitize None revision properties to empty stringIan Clatworthy2009-08-281-1/+16
* Make sure renamed directories are found in file-id lookupsIan Clatworthy2009-08-281-0/+2
* Handle delete, rename then modify all in the one commitIan Clatworthy2009-08-281-0/+1
* Merge feature support including generation/parsing of commit-properties, mult...Ian Clatworthy2009-08-281-8/+29
|\
| * Tweak some diagnostic messagesIan Clatworthy2009-08-281-1/+5
| * export and import empty directoriesIan Clatworthy2009-08-281-1/+8
| * Store multiple authors and revision properties when definedIan Clatworthy2009-08-271-6/+16
* | Add missing tab characters to ensure that never born dirs are correctly remov...Tom Widmer2009-08-271-3/+3
* | Merged latest changes from upstream.Tom Widmer2009-08-271-4/+8
|\ \ | |/
| * Handle git submodules in the stream by warning about + ignoring themIan Clatworthy2009-08-271-4/+8
* | Update pruning code to operate in multiple passes, with subsequent passes ope...Tom Widmer2009-08-251-26/+17
|/
* Handle deleting a directory then adding a file within it in the same commitIan Clatworthy2009-08-241-0/+11
* Handle rename then modification of the new pathIan Clatworthy2009-08-241-0/+6
* Handle copy of a file/symlink already modified in this commitIan Clatworthy2009-08-241-5/+6
* Handle rename of a file/symlink modified already in this commitIan Clatworthy2009-08-241-8/+18
* Handle delete then add of a file/symlink in the one commitIan Clatworthy2009-08-241-11/+18
* better diagnostics on inconsistent deltaIan Clatworthy2009-08-221-1/+4
* handle copy of a newly added fileIan Clatworthy2009-08-221-11/+17
* handle a delete of a newly added fileIan Clatworthy2009-08-221-13/+43
* Handle rename of a just added fileIan Clatworthy2009-08-221-2/+43
* handle adding the same file twice in the one commitIan Clatworthy2009-08-221-0/+14
* Merge fixes from trunk, rev 220.Ian Clatworthy2009-08-221-0/+2
|\
| * More robust implicit delete logic when file-id not foundIan Clatworthy2009-08-221-0/+2