# HG changeset patch
# User Scott Chacon <schacon@gmail.com>
# Date 1243466146 25200
#      Wed May 27 16:15:46 2009 -0700
# Node ID 240ec7b38f9829b7467ef21e669dab791120c2c2
# Parent  4b63e8425565fc4c3f60edcd032c903dcdcc125e
updated readme a bit

diff --git a/TODO.txt b/TODO.txt
--- a/TODO.txt
+++ b/TODO.txt
@@ -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