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
0a3c7f1fa06a
Commit
0a3c7f1fa06a
authored
15 years ago
by
Scott Chacon
Browse files
Options
Downloads
Patches
Plain Diff
layout changes to todo file
parent
4d2cc26a6e51
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
+15
-8
15 additions, 8 deletions
TODO.txt
with
15 additions
and
8 deletions
TODO.txt
+
15
−
8
View file @
0a3c7f1f
...
...
@@ -4,11 +4,8 @@
- hg push git@...
- hg fetch [remote] (remote is url, hg alias or hg-git remote)
- hg clone url
* fail nicely when the remote_name is not there
* submodules?
* .gitignore, etc - try to convert?
- (probably not automatically, but perhaps a generator?)
MAPPING ISSUES
==============
* octopus merge explode/implode
...
...
@@ -11,6 +8,5 @@
MAPPING ISSUES
==============
* octopus merge explode/implode
* work in Git on a named branch created in Hg is forward-ported to be named branch commits in Hg and stripped back out if re-exported
...
...
@@ -16,4 +12,3 @@
* work in Git on a named branch created in Hg is forward-ported to be named branch commits in Hg and stripped back out if re-exported
* timezone issues (?)
...
...
@@ -18,6 +13,7 @@
* timezone issues (?)
PUSH
==========
REMOTE/BRANCH STUFF
=====================
* push with branch names (w/ proper error messages)
* explain what branch mapping policy determined when updating refs
...
...
@@ -22,4 +18,5 @@
* push with branch names (w/ proper error messages)
* explain what branch mapping policy determined when updating refs
* add a warning for a non-fast forward push
* error nicer if pushing to remote without push access (over git://)
...
...
@@ -24,5 +21,7 @@
* add a warning for a non-fast forward push
* error nicer if pushing to remote without push access (over git://)
* fail nicely when the remote_name is not there
WEBSITE
===========
...
...
@@ -30,9 +29,10 @@
* screencast
* git+ssh, git@ descriptions, better error detection for that
SPEED/EFFICIENCY
================
* switch object mapping to hg->git since the many to one is that direction
* don't send blobs/trees already on server (thin pack)
* packfile creation benchmarking (seems to take a while sometimes)
- at least provide status output
...
...
@@ -33,6 +33,13 @@
SPEED/EFFICIENCY
================
* switch object mapping to hg->git since the many to one is that direction
* don't send blobs/trees already on server (thin pack)
* packfile creation benchmarking (seems to take a while sometimes)
- at least provide status output
MAYBE
==========
* submodules?
* .gitignore, etc - try to convert?
- (probably not automatically, but perhaps a generator?)
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