Skip to content
Snippets Groups Projects
Commit 12d4f99c0702 authored by Scott Chacon's avatar Scott Chacon
Browse files

cleaned and reordered todo list

parent f5b000ec7100
No related branches found
No related tags found
No related merge requests found
GENERAL
==========
* switch object mapping to hg->git since the many to one is that direction
* respect file modes on conversions
* explicit file renames
* more tests?
* bookmarks / tip / named branches - mapping policy to Git branches
- tracking branches?
* submodules?
......@@ -4,8 +9,4 @@
* submodules?
* switch object mapping to hg->git since the many to one is that direction
* file modes
* gclear - clear out all the git data
* explicit file renames
PUSH
==========
......@@ -9,7 +10,6 @@
PUSH
==========
* update 'remote' references after push confirmation
* push confirmation? is there extra data after the packfile upload?
* output something after process is complete (master -> master etc)
......@@ -13,6 +13,6 @@
* update 'remote' references after push confirmation
* push confirmation? is there extra data after the packfile upload?
* output something after process is complete (master -> master etc)
- explain what branch mapping policy determined
* convert tags to git
......@@ -17,9 +17,4 @@
* convert tags to git
CLONE
===========
* tag conversion
FETCH
===========
......@@ -24,6 +19,5 @@
FETCH
===========
* add removed files to filechanged and raise IOError
* gfetch command
* only try to import non-mapped commits
......@@ -27,3 +21,18 @@
* add removed files to filechanged and raise IOError
* gfetch command
* only try to import non-mapped commits
* tag conversion
* save git metadata (committers, unless it's the same) as extra info
SPEED/EFFICIENCY
================
* don't send blobs/trees already on server
MILESTONES
=============
* Hg<->Git<->Hg
- create a repo in Hg
- push to a Git server
- clone into another Hg client
- verify that the node ids are identical
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment