项目注册仅与单个项目绑定。由于注册依赖于项目 ID,而每个项目的项目 ID 都是唯一的,且基于该项目在 Mercurial 中首次提交的哈希值,因此无法可靠地伪造,所以无法将注册信息转移到另一个项目。
因此,最好的做法可能是删除该注册信息并创建一个新项目。
The project registration is only attached to the one project. There isn’t a way to move the registration to another project since it depends on the project ID which is unique for each project and can’t be reliably faked since it’s based on the hash of the first commit in Mercurial for the project.
So it would probably be best to delete the registration and create a new project.
机器翻译自 English