summaryrefslogtreecommitdiff
path: root/bzr_commit_handler.py
Commit message (Collapse)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
| | | | | | | | | | | | | | | | bzr-fastimport is getting marks from a variety of sources, all of which us the format ':\d+' but it really wants just the raw number internally. This patch cleans up the symptoms of many places where this normalization was not occuring.
* | 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 ↵Jelmer Vernooij2010-12-121-5/+18
| | | | python-fastimport no longer does so.
* Handle unicode decoding of commit messages in bzr-fastimport, ↵Jelmer Vernooij2010-12-121-1/+6
| | | | python-fastimport no longer takes care of this.
* 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 ↵Daniel Clemente2009-10-301-1/+1
| | | | | | | | requirements
* | 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 ↵Jelmer Vernooij2010-09-031-1/+5
| | | | | | | | splitting it into a separate package.
* | Switch to using CommitBuilderJohn Arbash Meinel2009-12-111-16/+20
|\ \ | | | | | | | | | Rather than holding most of the logic ourselves.
| * | (broken) Start working towards using CommitBuilder rather than using a ↵John Arbash Meinel2009-11-121-16/+20
| |/ | | | | | | custom implementation.
* | When post-processing the delta stream, don't ask to generate a full ↵John Arbash Meinel2009-11-301-6/+12
| | | | | | | | | | | | inventory to check for deletions. Instead, just use 'create_by_apply_delta'.
* | 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
| | | | samba import from 565M to 353M.
* 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, ↵Ian Clatworthy2009-08-281-8/+29
|\ | | | | | | multiple-authors and empty-directories
| * 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 ↵Tom Widmer2009-08-271-3/+3
| | | | | | | | | | removed during each pass of parent directory pruning. All tests (including new ones) now pass.
* | 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 ↵Tom Widmer2009-08-251-26/+17
|/ | | | operating on the parent dirs of dirs pruned in the previous pass.
* 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
| |