Skip to content
Snippets Groups Projects
Commit 028de625 authored by Sverre Rabbelier's avatar Sverre Rabbelier
Browse files

switch object mapping to hg->git since the many to one is that direction

parent 16f67199
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@
def save_map(self):
file = self.repo.opener(self.mapfile, 'w+', atomictemp=True)
for gitsha, hgsha in sorted(self._map_git.iteritems()):
for hgsha, gitsha in sorted(self._map_hg.iteritems()):
file.write("%s %s\n" % (gitsha, hgsha))
file.rename()
......
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