summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 0.9.0fastimport-0.9.0Jelmer Vernooij2011-01-313-2/+27
* Fix typo in setup.pyJonathan Nieder2011-01-301-1/+1
* Avoid attempting to utf-8 decode/encode committer and author information.Jelmer Vernooij2010-12-122-17/+4
* Check for leading slashes in paths, invalid path types.Jelmer Vernooij2010-12-121-1/+3
* Stop utf-8 decoding several strings as they are not guaranteed to be unicode.Jelmer Vernooij2010-12-121-12/+2
* If there is no mark then don't track it.Jelmer Vernooij2010-12-111-1/+2
* Avoid file_iter, use iter_files instead. Jelmer Vernooij2010-11-083-4/+3
* Fix tests.Jelmer Vernooij2010-11-064-5/+4
* Support out of band processing of commands.Jelmer Vernooij2010-10-281-2/+2
* Cope with FileModifyCommand now having mode rather than is_executable and kind.Jelmer Vernooij2010-10-161-2/+3
* Install fastimport.processors.Jelmer Vernooij2010-10-161-1/+1
* remove dependency on bzrlib.Jelmer Vernooij2010-09-122-5/+33
* Don't rely on bzrlib.trace. Jelmer Vernooij2010-09-123-42/+7
* Use modes directly rather than bzr file kinds and executable flags.Jelmer Vernooij2010-09-125-41/+41
* Import processors from bzr-fastimport.Jelmer Vernooij2010-09-0611-0/+2254
|\
| * Split out reftracker.Jelmer Vernooij2010-09-066-55/+97
| * Fix typo, handle bzr-specific locking in GenericProcessor.Jelmer Vernooij2010-09-053-2/+27
| * Only require passing BzrDir to bzr-specific processors.Jelmer Vernooij2010-09-044-11/+19
| * Fix some imports.Jelmer Vernooij2010-09-043-14/+22
| * Split out fastimport, import it from the system.Jelmer Vernooij2010-09-0323-2187/+22
* | remove bzrisms from Processor.Jelmer Vernooij2010-09-051-19/+1
* | Remove bzr-specific bits from processor.Jelmer Vernooij2010-09-041-18/+1
* | Ignore testrepository directories.Jelmer Vernooij2010-09-041-0/+1
* | Support the 'done' command.Sverre Rabbelier2010-09-041-0/+2
* | Add testrepository configuration, test_suite() function.Jelmer Vernooij2010-09-042-0/+38
* | Remove bzr-specific code, whitespace.Jelmer Vernooij2010-09-042-18/+12
* | Split python-fastimport into its own separate package.Jelmer Vernooij2010-09-03106-14067/+71
|/
* Move pure-fastimport code into its own directory, in preparation of splitting...Jelmer Vernooij2010-09-0323-141/+176
* Merge fixes from Miklos for darcs fast import.Jelmer Vernooij2010-07-289-63/+197
|\
| * darcs-fast-import: don't fail for first empty commitMiklos Vajna2010-06-283-0/+12
| * darcs-fast-import: add --progress switchMiklos Vajna2010-06-272-1/+18
| * x2d: pass options to d-f-iMiklos Vajna2010-06-272-2/+10
| * darcs-fast-import: Create symlinks after darcs recordMiklos Vajna2010-06-271-7/+7
| * darcs-fast-import: Allow more liberal renamingMiklos Vajna2010-06-272-1/+9
| * darcs-fast-import: add --symhack optionMiklos Vajna2010-06-273-5/+46
| * darcs-fast-import: always invoke darcs add using --boringMiklos Vajna2010-06-272-2/+9
| * darcs-fast-import: do not silently ignore darcs failuresMiklos Vajna2010-06-271-3/+7
| * darcs-fast-import: better error handling for symlinksMiklos Vajna2010-06-273-0/+42
| * darcs-fast-import: No longer throw away the blob after writing itMiklos Vajna2010-06-272-1/+5
| * git-darcs: Fix exit/return confusion.Anders Kaseorg2010-04-211-25/+25
| * git-darcs: Import to a real ref (refs/remotes/darcs/$remote).Anders Kaseorg2010-04-211-11/+11
| * fix timezones in darcs-fast-export, take 2D Herring2010-04-211-19/+10
|/
* Merge patches from Miklos for darcs-fast-exportIan Clatworthy2010-03-173-36/+58
|\
| * fix timezones in darcs-fast-exportD Herring2010-03-171-33/+19
| * git-darcs: add a see-also section to manpageMiklos Vajna2010-03-171-0/+3
| * git-darcs: add support for {pre,post}-{fetch,push} hooksMiklos Vajna2010-03-172-2/+35
| * git-darcs: don't add empty darcs-fast-export-options config entryMiklos Vajna2010-03-171-1/+1
|/
* Release 0.9Ian Clatworthy2010-02-283-13/+4
* Don't bail for http://path/to/repo darcs remotesIan Clatworthy2010-02-131-1/+2
|\
| * Don't bail for http://path/to/repo darcs remotesJustin Bogner2010-02-111-1/+2
|/