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.
我在我的 Java 项目中使用 Mercurial 已经有一段时间了。我在一个两人团队中工作。当我做合并时,我发现文件重命名并没有引起很多问题,但是包重命名却引起了重大问题。这是一个已知问题吗?有什么我可以做的吗?
您是否使用 hg 命令来执行此操作?不使用 hg. 你不应该移动文件/目录。
使用 hg move 移动文件/目录或使用“hg mv --after”记录之前已经更改的名称。