Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
hg-git
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
hg-git
Commits
12d4f99c0702
Commit
12d4f99c0702
authored
15 years ago
by
Scott Chacon
Browse files
Options
Downloads
Patches
Plain Diff
cleaned and reordered todo list
parent
f5b000ec7100
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TODO.txt
+22
-13
22 additions, 13 deletions
TODO.txt
with
22 additions
and
13 deletions
TODO.txt
+
22
−
13
View file @
12d4f99c
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment