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

layout changes to todo file

parent 4d2cc26a6e51
No related branches found
No related tags found
No related merge requests found
......@@ -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?)
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