hg update develop --clean
remote: conq: repository does not exist.
abort: no suitable response from remote hg!
我希望能够切换到我的开发分支,撤消我最近的 2 次提交并将开发分支与提示合并或关闭它!
或者
只需关闭并重命名分支,但由于我无法更新它,我不知道该怎么做。我想:用分支 y 覆盖分支 x:
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。如何解决/强制这个?