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
4b1fa3d0fa8b
Commit
4b1fa3d0fa8b
authored
15 years ago
by
Scott Chacon
Browse files
Options
Downloads
Patches
Plain Diff
got the milestone done, moved some TODO stuff into a "mapping issues" section
parent
f6e11b9d7562
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
+12
-12
12 additions, 12 deletions
TODO.txt
with
12 additions
and
12 deletions
TODO.txt
+
12
−
12
View file @
4b1fa3d0
GENERAL
==========
* explicit file renames
* integrate as native protocol handler (hg push git://...)
* more tests
* submodules?
...
...
@@ -12,10 +11,9 @@
* push with branch names (w/ proper error messages)
* explain what branch mapping policy determined when updating refs
* convert tags to git
* octopus merge explode re-implode
FETCH
===========
* gfetch command
* only try to import non-mapped commits
* tag conversion
...
...
@@ -16,13 +14,22 @@
FETCH
===========
* gfetch command
* only try to import non-mapped commits
* tag conversion
* save git metadata (committers, unless it's the same) as extra info
* octopus merge explode
MAPPING ISSUES
==============
Created in Hg:
* explicit file renames
* named branches
Created in Git:
* octopus merge explode/implode
* different committer in Git objects
SPEED/EFFICIENCY
================
* switch object mapping to hg->git since the many to one is that direction
* don't send blobs/trees already on server
...
...
@@ -24,13 +31,6 @@
SPEED/EFFICIENCY
================
* switch object mapping to hg->git since the many to one is that direction
* 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
* packfile creation benchmarking (seems to take a while sometimes)
\ No newline at end of file
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