diff git_handler.py @ 90:353c9e9192ec

added map saving after each object exported
author Scott Chacon <schacon@gmail.com>
date Sat, 09 May 2009 15:06:33 -0700 (2009-05-09)
parents e35ed99fa691
children 6305f274fc63
line wrap: on
line diff
--- 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