はい、一部の人が本当に嫌うhg-fast-export.sh について知って います
最終的にmercurialモジュールを見つけることができたとしても、私のレポではまだ機能しません:
$ $HOME/Notes/fast-export/hg-fast-export.sh -r $HOME/path-to-repo
Error: repository has at least one unnamed head: hg r194
git-fast-import statistics:
. . .
ターゲットの git リポジトリで何も生成しません。
git リポジトリで hg-to-git を試しました。
$HOME/Desktop/tmp/git-master/contrib/hg-to-git/hg-to-git.py -v .
tip is 1197
analysing the branches...
Traceback (most recent call last):
File "/Users/dsw/Desktop/tmp/git-master/contrib/hg-to-git/hg-to-git.py", line 135, in <module>
hgchildren[parent] += ( str(cset), )
KeyError: '-1'
おそらく、これは hg-to-git が hg-fast-export と同じことを私に伝えようとしているのかもしれませんが、より内臓的でゲシュタルトな方法でのみです。どういうわけか、ツールは奇妙な状況に直面しても継続し、ユーザーに問題を通知したとしても、少なくとも部分的な結果を生成する必要があると思います。
誰か提案はありますか?