aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* write to disk every 10000 commits, not 9999 times each 10000 commitsThiago Macieira2007-12-271-1/+1
* Allow one commit to multiple branches of the same repository.Thiago Macieira2007-12-261-2/+2
* checkpoint every now and thenThiago Macieira2007-12-262-0/+4
* Bugfix: don't forget the newline after the commit messageThiago Macieira2007-12-261-0/+1
* Add missing returnThiago Macieira2007-12-261-0/+2
* Avoid ending slashes and mid double-slashesThiago Macieira2007-12-261-6/+5
* More information when saying you can't continueThiago Macieira2007-12-261-1/+2
* Don't recurse into a directory if it's a perfect branchThiago Macieira2007-12-261-0/+1
* Skip entries in recursion if said entries are in the changelist alreadyThiago Macieira2007-12-261-6/+15
* Don't crash when running in dry-modeThiago Macieira2007-12-252-2/+6
* Keep track of when a given branch was created insteadThiago Macieira2007-12-252-9/+7
* Remove the recurse ruleThiago Macieira2007-12-243-27/+11
* This should be a spaceThiago Macieira2007-12-241-1/+1
* Beautify the rule debug outputThiago Macieira2007-12-243-4/+18
* Add auto-recurse codeThiago Macieira2007-12-242-8/+19
* Append instead of overwriting the output file in dry-run modeThiago Macieira2007-12-241-1/+1
* s,/,_, in the output filenames in dry-run modeThiago Macieira2007-12-242-3/+5
* Don't request recurse rules when asking where something came fromThiago Macieira2007-12-241-2/+9
* Refactor and add the ability to recurse into certain subdirsThiago Macieira2007-12-243-139/+273
* Ignore paths being deleted when we don't know anything about themThiago Macieira2007-12-241-1/+3
* more information at the end of the revision exportThiago Macieira2007-12-241-6/+6
* use printf hereThiago Macieira2007-12-241-1/+2
* remove the source branch in the rulesThiago Macieira2007-12-245-9/+2
* Don't give fast-import paths starting with a slashThiago Macieira2007-12-241-1/+5
* Add support for branch creation on-the-flyThiago Macieira2007-12-243-23/+113
* Support for pathless rulesThiago Macieira2007-12-243-39/+52
* Output dry-run data to a file, for analysis laterThiago Macieira2007-12-241-1/+2
* Support an upper limit of revision numbersThiago Macieira2007-12-242-2/+4
* Don't crash on empty authorThiago Macieira2007-12-241-1/+1
* Allow one to have references to outside refs/headsThiago Macieira2007-12-241-3/+3
* Add some more line number informationThiago Macieira2007-12-243-2/+8
* add some more information to the outputThiago Macieira2007-12-242-2/+8
* Improve error messageThiago Macieira2007-12-241-1/+1
* Prepend refs/heads/ to the origin branch tooThiago Macieira2007-12-241-0/+2
* Ignore any directories that didn't match any rules, including those with historyThiago Macieira2007-12-241-1/+3
* Make it a fatal error to have a malformed line in the rules fileThiago Macieira2007-12-241-2/+1
* Detect whether a file deletion was a directoryThiago Macieira2007-12-241-2/+24
* Avoid warnings on exitThiago Macieira2007-12-241-1/+1
* Add support for min/max revision rangesThiago Macieira2007-12-243-0/+16
* I like this betterThiago Macieira2007-12-241-1/+1
* Extra newline after the reset commandThiago Macieira2007-12-241-1/+1
* Allow repository names with dashes tooThiago Macieira2007-12-241-2/+2
* Add support for resuming workThiago Macieira2007-12-243-6/+51
* fix the option parsingThiago Macieira2007-12-241-14/+13
* Add a better option-parserThiago Macieira2007-12-244-9/+177
* In SVN, when a directory is renamed/copied, we must recursively add itThiago Macieira2007-12-241-5/+48
* Fix crashes and improve behaviourThiago Macieira2007-12-244-17/+28
* Fix rule parsing again: cap(0) is the entire matchThiago Macieira2007-12-231-18/+18
* Parse rules correctlyThiago Macieira2007-12-231-3/+8
* Handle errors correctlyThiago Macieira2007-12-232-2/+3