Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マージチェンジセットを移植したいと思います:
$ hg graft -UD --log -r 1909 skipping ungraftable merge revision 1909
私の回避策は次のとおりです。
hg export -r 1909 | hg import - hg commit -m"$(hg log -r 1909 --template 'grafted {node}')"
マージ変更セットの移植がサポートされていない理由はありますか?