开发者

Problems with package renaming in Mercurial project

开发者 https://www.devze.com 2023-01-27 06:38 出处:网络
I have been using Mercurial for a while in my Java project. I work in a two man team. When I do merges, I find that file renaming has not caused many problems, but package renaming has caused major is

I have been using Mercurial for a while in my Java project. I work in a two man team. When I do merges, I find that file renaming has not caused many problems, but package renaming has caused major issu开发者_StackOverflowes. Is this a known problem? Is there anything I can do?


Are you using the hg commands to do this? You shouldn't move files/directories without using hg.

Use hg move to move files/directories or "hg mv --after" to record a name that has already changed before.

0

精彩评论

暂无评论...
验证码 换一张
取 消