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.
我使用 dcvs (mercurial) 并在几分钟前发生了合并冲突。由于各种原因,我不能让它在发生冲突时只打开meld,所以我让它在文件中添加冲突标记:
<<<<<<< local ... ======= >>>>>>> other
等等。当我在meld中打开这个文件时,它当然无法处理它,因为它正在寻找几个文件。
如何将其拆分为 file.local、file.other 和 file.base,以便可以在 meld 中打开它?有没有更好的办法?