删除了 Mercurial 版本控制的一些文件,如何提交这些删除?
我删除了本地文件系统上的一些文件,这些文件我不再使用,只是垃圾。不幸的是,它们是由版本控制(Mercurial)跟踪的。现在我看到一个大红色的“!”说由于丢失文件而不同步。我如何告诉 Mercurial 可以删除这些文件,而无需恢复所有文件并单独选择删除?
I deleted a few files on my local filesystem which I am not using anymore and are just junk. Unfortunately they are tracked by version control (Mercurial). Now I see a large red '!' saying it is out of sync because of the missing files. How can I tell Mercurial that it's OK to remove those files without reverting all of them and selecting delete on them individually?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要么告诉它忘记这些文件:
或者使用 addremove 命令,或者用于提交的 addremove 选项:
或者
使用帮助来查找有关这些命令的更多信息:
Either tell it to forget those files:
Or use the addremove command, or addremove option for commit:
Or
Use the help to find more info on these commands: