Skip to content
Snippets Groups Projects
Commit 353c9e9192ec authored by Scott Chacon's avatar Scott Chacon
Browse files

added map saving after each object exported

parent e35ed99fa691
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,10 @@
===========
* 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)
......@@ -37,7 +38,7 @@
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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment