您好, 欢迎来到 !    登录 | 注册 | | 设为首页 | 收藏本站

mercurial – 在TortoiseHG中重命名默认分支

5b51 2022/1/14 8:23:02 python 字数 829 阅读 571 来源 www.jb51.cc/python

是否可以在TortoiseHG中将’default’重命名为’production’? 你不能直接从 Tortoise2.0+ settings,而是通过命令行hg. 如 hgbook所述: Mercurial lets you assign a persistent name to a branch. There always exists a branch named default. Eve

概述

Mercurial lets you assign a persistent name to a branch.
There always exists a branch named default. Even before you start naming branches yourself,you can find traces of the default branch if you look for them.

To start working with 07002,use the hg branches command

$hg branch production
marked working directory as branch production
$hg branch
production

然后检查TortoiseHg中是否反映了这一变化

总结

以上是编程之家为你收集整理的mercurial – 在TortoiseHG中重命名默认分支全部内容,希望文章能够帮你解决mercurial – 在TortoiseHG中重命名默认分支所遇到的程序开发问题。


如果您也喜欢它,动动您的小指点个赞吧

除非注明,文章均由 laddyq.com 整理发布,欢迎转载。

转载请注明:
链接:http://laddyq.com
来源:laddyq.com
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。


联系我
置顶