summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Store the BranchMapper in the CacheManager so it can be got from other places.Max Bowsher2009-11-042-4/+6
| * Make BranchMapper just map one name per call.Max Bowsher2009-11-043-57/+29
| * Remove unused and unimplemented BranchMapper.bzr_to_git, and update docstring.Max Bowsher2009-11-041-9/+2
| * Avoid spurious 'git-' being prefixed on branches whose names happen to end wi...Max Bowsher2009-11-041-1/+9
* | Merge Max's fixes for tags created via commit commandsIan Clatworthy2009-11-061-0/+7
|\ \ | |/ |/|
| * Also catch tagging via commit when resuming a crashed import.Max Bowsher2009-11-041-0/+3
| * Set a tag when touching a refs/tags/ ref with a commit command.Max Bowsher2009-11-031-0/+4
|/
* http read support for darcs-fast-exportIan Clatworthy2009-10-274-304/+451
|\
| * darcs-fast-export: refactor to a python classMiklos Vajna2009-10-221-336/+356
| * darcs-fast-export: add testcase for http export supportMiklos Vajna2009-10-222-0/+89
| * darcs-fast-export: support exporting http repos directlyMiklos Vajna2009-10-222-10/+48
* | Handle multi-level branchesIan Clatworthy2009-10-261-2/+5
* | Get fastimport working on non-chk repositories again for bzr versions after 2...Ian Clatworthy2009-10-261-1/+1
|/
* handle git ref names with slashes in themIan Clatworthy2009-10-222-2/+26
* Fix parsing error when a property is found after a multi-line oneIan Clatworthy2009-10-222-5/+5
* Change the default inventory cache size to 1. For large projects, this reduce...Ian Clatworthy2009-10-221-3/+3
* update NEWS with recent changesIan Clatworthy2009-10-131-0/+12
* Add --user-map option to both fast-import and fast-import-filterIan Clatworthy2009-10-133-16/+184
* Add a README explaining how to compile svn-fast-export.cIan Clatworthy2009-10-131-0/+12
* ignore generated executablesIan Clatworthy2009-10-131-0/+3
* Merge Ted's improvements to svn-fast-exportIan Clatworthy2009-10-122-6/+15
|\
| * Adding an address parameter.Ted Gould2009-10-101-1/+6
| * Adding in a first rev parameterTed Gould2009-10-021-1/+4
| * Changing authors to be from SF instead of localhostTed Gould2009-10-021-2/+2
| * Setting up makefile to use a little pkg-configTed Gould2009-10-021-3/+4
* | Merge fix for tags off the mainlineIan Clatworthy2009-10-121-1/+2
|\ \
| * | Store tags on entire branch ancestry, not just left-hand ancestry.Max Bowsher2009-10-101-1/+2
* | | base file-ids on the basename, not path, as jam suggested. This improves the ...Ian Clatworthy2009-10-121-1/+2
|/ /
* | fix date parsing bug found while importing sambaIan Clatworthy2009-10-091-2/+6
|/
* merge fix for empty patch name handling in darcs-fast-importIan Clatworthy2009-09-282-1/+7
|\
| * darcs-fast-export: no longer fail on empty patch nameErik Hesselink2009-09-242-1/+7
* | merge Harry's fix so directories aren't output in plain formatIan Clatworthy2009-09-281-4/+12
|\ \ | |/ |/|
| * Don't emit directory info for renames operations when using plain formatHarry Hirsch2009-09-121-2/+9
| * Merged fix for directory handling in plain formatHarry Hirsch2009-09-121-2/+3
| |\ |/ /
| * Don't emit directory info when plain format is specified.John Whitley2009-09-091-2/+3
|/
* merge fixes for darcs-fast-import for better hg 1.3 interoperabilityIan Clatworthy2009-09-096-16/+23
|\
| * darcs: update d2x for Greg's hg-fastimportMiklos Vajna2009-09-095-16/+12
| * darcs: handle timezones like +1300 in the importerMiklos Vajna2009-09-092-0/+7
| * darcs: make sure the working directory has no changes when verifying importsMiklos Vajna2009-09-091-0/+4
|/
* merge directory handling fix for darcs-fast-importIan Clatworthy2009-09-082-0/+7
|\
| * darcs: fix importing files in subdirsMiklos Vajna2009-09-082-0/+7
|/
* fix warning messages on non-utf8 names & emailsIan Clatworthy2009-08-291-2/+2
* Fix unicode email address parsingIan Clatworthy2009-08-291-3/+7
* Handle formatting of unicode emailsIan Clatworthy2009-08-281-2/+7
* --forward, not --reverse, in fast-export helpIan Clatworthy2009-08-281-1/+1
* implicitly rename children on export when directory renamedIan Clatworthy2009-08-281-0/+24
* Ensure empty string property values stay as empty stringsIan Clatworthy2009-08-281-1/+1
* 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-282-0/+135