hg リポジトリを高速エクスポートし、結果を高速エクスポート互換フォーマット ファイルにダンプする方法を見つけようとしています。
基本的に、Git や Plastic SCM でできることと同じことをしたい:
git fast-export --all -C --tag-of-filtered-object=drop --signed-tags=strip > Repository.fast-exported
cm fast-export MyProject@PlasticSCMServer:8087 Repository.fast-exported
hg-fast-export.py ツール ( http://hedonismbot.wordpress.com/2008/10/16/hg-fast-export-convert -mercurial-repositories-to-git-repositories/)ですが、ダンプファイルを作成できるかどうか疑問に思っています。