Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我不小心添加了几个文件之后
hg add
我想用
hg revert --all
不幸的是,我没有提交我的预期更改,所以它们也被还原了。我可以取回该内容吗?
您没有指定--no-backup,因此实际文件旁边应该有备份文件。
--no-backup
支持这一点的文档
修改后的文件在还原之前以 .orig 后缀保存。要禁用这些备份,请使用 --no-backup。