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.
我有一个 mercurial 存储库,我需要将其拆分为多个部分。我把convert它改成了 mercurial,一切都很好,但是新的存储库没有旧存储库的书签。
convert
请问这个怎么解决?
hg将您的书签存储在文件.hg夹中的两个文件中,即bookmarks和 bookmarks.current。
hg
.hg
bookmarks
bookmarks.current
由于书签是使用变更集 id 哈希(在存储库之间保持相同)引用的,因此只需将两个文件复制到新版存储库中的.hg文件夹convert即可正确设置它们。