summaryrefslogtreecommitdiff
path: root/repository.hxx
AgeCommit message (Expand)AuthorFilesLines
2012-07-27Add an option to delete everything before starting import.Jan Holesovsky1-1/+5
2010-04-10Fixed merge, hopefully working now.Jan Holesovsky1-2/+2
2010-04-08Map the old git tags to hg revisions.Jan Holesovsky1-2/+11
2010-04-02Improve output of tags.Jan Holesovsky1-2/+9
2010-04-01Remember the parents as strings, setup the minimal revision accordingly.Jan Holesovsky1-5/+2
2010-04-01Remember chains of parents, to be able to reconstruct merges.Jan Holesovsky1-9/+19
2010-03-31Convert tags too.Jan Holesovsky1-0/+4
2010-03-19Fix timezone computation.Jan Holesovsky1-1/+3
2010-03-18Change time_t to struct Time, to be able to work with timezones.Jan Holesovsky1-6/+19
2009-06-05Add license (MIT, as the original svn-fast-export.c).Jan Holesovsky1-0/+8
2009-05-13Copy paths by re-introducing the old changes.Jan Holesovsky1-3/+6
2009-03-30Skip whatever we do not know in what branch to fit it.Jan Holesovsky1-0/+2
2009-03-30Allow setting own trunk/branches/tags subdirs.Jan Holesovsky1-1/+1
2009-03-20Handle tags correctly including commits to tags.Jan Holesovsky1-3/+31
2009-03-20Create branches for tags so that we don't lose the commits there.Jan Holesovsky1-12/+8
2009-03-20Implement moves/copies of entire subdirectories.Jan Holesovsky1-0/+9
2009-03-18Added possibility to convert ChangeLog-like commit messages to git-like.Jan Holesovsky1-4/+4
2009-03-17Remember what we committed where so that we can do branching/tagging correctly.Jan Holesovsky1-2/+11
2009-03-17Added possibility to ignore tags/revisions.Jan Holesovsky1-4/+10
2009-03-17Add support for branches and tags.Jan Holesovsky1-6/+18
2009-03-16Write the commit ids so that we can export also the branches.Jan Holesovsky1-3/+6
2009-03-11Destroy the repositories when finished.Jan Holesovsky1-0/+3
2009-03-11Read the layout of the repositories from a file.Jan Holesovsky1-2/+5
2009-03-11Implement the regex matching to get more repos.Jan Holesovsky1-9/+28
2009-03-11The class Repository must remember the positions of files itself, nobody else.Jan Holesovsky1-1/+5
2009-03-10Get ready for committing to multiple repositories.Jan Holesovsky1-0/+30