changeset 158:0a3c7f1fa06a

layout changes to todo file
author Scott Chacon <schacon@gmail.com>
date Wed, 27 May 2009 17:10:42 -0700
parents 4d2cc26a6e51
children 134915637cf7
files TODO.txt
diffstat 1 files changed, 15 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/TODO.txt	Wed May 27 16:33:05 2009 -0700
+++ b/TODO.txt	Wed May 27 17:10:42 2009 -0700
@@ -4,25 +4,24 @@
   - 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
-
 * 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 (?)
 
-PUSH
-==========
+
+REMOTE/BRANCH STUFF
+=====================
 * 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://)
+* fail nicely when the remote_name is not there
+
 
 WEBSITE
 ===========
@@ -30,9 +29,17 @@
 * 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
+
+
+MAYBE
+==========
+* submodules?
+* .gitignore, etc - try to convert? 
+  - (probably not automatically, but perhaps a generator?)