changeset 151:240ec7b38f98

updated readme a bit
author Scott Chacon <schacon@gmail.com>
date Wed, 27 May 2009 16:15:46 -0700
parents 4b63e8425565
children 763ae6988091 4e7c50f8b60a
files TODO.txt
diffstat 1 files changed, 6 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/TODO.txt	Wed May 27 16:05:22 2009 -0700
+++ b/TODO.txt	Wed May 27 16:15:46 2009 -0700
@@ -9,17 +9,6 @@
 * .gitignore, etc - try to convert? 
   - (probably not automatically, but perhaps a generator?)
 
-PUSH
-==========
-* push with branch names (w/ proper error messages)
-* explain what branch mapping policy determined when updating refs
-* convert tags to git (local and .hgtags entries)
-* add a warning for a non-fast forward push
-
-FETCH
-===========
-* tag conversion (add local tags if not already in .hgtags)
-
 MAPPING ISSUES
 ==============
 Created in Git:
@@ -29,6 +18,12 @@
 
 * timezone issues (?)
 
+PUSH
+==========
+* 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
+
 WEBSITE
 ===========
 * more usage documentation