Mercurial“hg克隆”给出“中止:00changelog.i@dfd87cee87f2:未知的父级!”
我正在尝试开始研究 Mozilla firefox 源代码以进行贡献,以及
https://developer.mozilla 中的说明.org/En/Simple_Firefox_build
告诉我执行这个命令
从 Mozilla 的 Mercurial 代码存储库获取最新源代码。 这可能需要一段时间,代码很多!
hg 克隆 http://hg.mozilla.org/mozilla-central
所以我下载了 hg,它是 Windows 版的 tortoiseHG,并执行了这个命令,但我不断收到此错误:
D:\mozilla-src>hg clone http://hg.mozilla.org/mozilla-central
destination directory: mozilla-central
requesting all changes
adding changesets
transaction abort!
rollback completed
abort: 00changelog.i@dfd87cee87f2: unknown parent!
请帮助我
i am trying to start looking into Mozilla firefox source code for contributing, and the instructions at
https://developer.mozilla.org/En/Simple_Firefox_build
tell me to execute this command
Get the latest source code from Mozilla's Mercurial code repository.
This may take a while, it's a lot of code!
hg clone http://hg.mozilla.org/mozilla-central
so i downloaded hg, which was tortoiseHG for windows, and executed this command, but i am constantly getting this error :
D:\mozilla-src>hg clone http://hg.mozilla.org/mozilla-central
destination directory: mozilla-central
requesting all changes
adding changesets
transaction abort!
rollback completed
abort: 00changelog.i@dfd87cee87f2: unknown parent!
please help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如 @Pheonix 提到的,这是一个服务器端已知问题,我们希望今天能够解决。
@WladimirPalant status.mozilla.com 是一个自动化工具,监视各种返回,主要是 HTTP 代码等。在这种情况下,它不知道 hg 错误。
另外,这只发生在客户端较新的 hg 上(因为我们最近的 hg 升级提供了无法通过堆栈正常工作的新功能)
As @Pheonix mentioned, this is a server-side known issue that we hope to have wrapped up today.
@WladimirPalant status.mozilla.com is an automated tool watching for various returns, mostly HTTP codes and such. In this case it doesn't know about hg errors.
also, this only happens with newer hg on the client side (as our recent hg upgrade provides new capabilities that aren't quite working through the stack)