Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
hg-git
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mercurial
hg-git
Commits
353c9e9192ec
Commit
353c9e9192ec
authored
15 years ago
by
Scott Chacon
Browse files
Options
Downloads
Patches
Plain Diff
added map saving after each object exported
parent
e35ed99fa691
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
TODO.txt
+2
-1
2 additions, 1 deletion
TODO.txt
git_handler.py
+1
-0
1 addition, 0 deletions
git_handler.py
with
3 additions
and
1 deletion
TODO.txt
+
2
−
1
View file @
353c9e91
...
...
@@ -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
This diff is collapsed.
Click to expand it.
git_handler.py
+
1
−
0
View file @
353c9e91
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment