changeset 90:353c9e9192ec

added map saving after each object exported
author Scott Chacon <schacon@gmail.com>
date Sat, 09 May 2009 15:06:33 -0700
parents e35ed99fa691
children 91ad344df42f
files TODO.txt git_handler.py
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TODO.txt
+++ b/TODO.txt
@@ -34,10 +34,11 @@
 ===========
 * more usage documentation
 * 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
 * packfile creation benchmarking (seems to take a while sometimes)
-  - at least provide status output
\ No newline at end of file
+  - at least provide status output
--- a/git_handler.py
+++ b/git_handler.py
@@ -164,6 +164,7 @@
         self.ui.status("exporting git objects\n")
         for rev in self.repo.changelog:
             self.export_hg_commit(rev)
+            self.save_map()
 
     # convert this commit into git objects
     # go through the manifest, convert all blobs/trees we don't have