Mercurial > hg > hg-git
diff TODO.txt @ 9:7e776864b301
sorts the commits topologically before converting
author | Scott Chacon <schacon@gmail.com> |
---|---|
date | Sat, 25 Apr 2009 20:56:03 -0700 |
parents | |
children | 66860f141788 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,27 @@ +CLONE +=========== + +* update/add bookmarks +* checkout the tip +* limit to HEAD branch? (gh-pages makes weird import) + +* tag conversion + +FETCH +=========== + +* gfetch command + +PUSH +========== + +* get a list of all the hg changesets not yet mapped +* create git objects from each changeset (incl trees/blobs) +* update mapfile with new changeset/commit mapping +* connect to server pushing to + - figure out needs (use heads/bookmarks for haves) +* create packfile with needed objects + - some delta compression if possible (?) +* upload packfile, remove temp packfile + +* convert tags to git