version-control - Mercurial:重命名书签

标签 version-control mercurial

我想更改我之前使用的书签的名称 hg 书签 xyz 如何在 Mercurial 中重命名书签?

最佳答案

你想要 2 阅读文档,即 hg help book 以发现所需的选项

>hg book
 * master                    1195:b800644fcbe2

>hg book mainline -m master

>hg book
 * mainline                  1195:b800644fcbe2

关于version-control - Mercurial:重命名书签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59070776/

相关文章:

eclipse - Mercurial 工作流程是否可以通过未提交的更改进行更新?

git - 如何将 IntelliJ IDEA 项目发布为 Gist

ruby - Chef : should I be checking "syntaxcache" files into version control?

mercurial - 从 TortoiseHG 中删除文件

git - 在 Git 和 Mercurial 中重命名 : Accuracy and automaticity

mercurial - 两个命名分支的 Mercurial merge : Working Directory Has No Ancestor

version-control - 是否存在用于比较功能而不是行号的合并工具?

git - 如何使用 Sourcetree 拆分过去未推送的提交?

eclipse - Atlassian SourceTree自定义 Action 对比

Eclipse - Maven 和 Mercurial