diff --git a/hg-fast-export.py b/hg-fast-export.py index 90d334b..0d145fe 100755 --- a/hg-fast-export.py +++ b/hg-fast-export.py @@ -182,12 +182,6 @@ def export_commit(ui,repo,revision,old_marks,max,count,authors,sob,brmap,hgtags) wr(desc) wr() - - # Sort the parents based on revision ids so that we always get the - # same resulting git repo, no matter how the revisions were - # numbered. - parents.sort(key=repo.changelog.node, reverse=True) - ctx=repo.changectx(str(revision)) man=ctx.manifest() added,changed,removed,type=[],[],[],''