mirror of
https://github.com/frej/fast-export.git
synced 2026-02-16 17:46:45 +01:00
2b197f947f79b119a87120d1d29ff0935287b0a8
The previous code did an awful lot of work to infer the parents of an exported commit, incorporating information from many sources. But there were multiple bugs in this scheme, sometimes resulting in merge commits with two parents pointing to the same commit object. Instead, use a much more straightforward process of mapping the parents stored in hg.
Description
Languages
Python
67.4%
Shell
32.4%
Makefile
0.2%