hg update develop --clean
remote: conq: repository does not exist.
abort: no suitable response from remote hg!
開発ブランチに切り替えて、最後の 2 つのコミットを元に戻し、開発ブランチをチップとマージするか、閉じることができるようにしたいと思います!
また
ブランチを閉じて名前を変更するだけですが、更新できないため、どうすればよいかわかりません。ブランチ x をブランチ y で上書きします。
hg update x
hg commit --close-branch -m 'closing branch x, will be overwriten with branch y'
hg update y
hg branch -f x
hg ci
しかし、xにアップデートできません。これを修正/強制する方法は?