伙计们,您能否介绍一下安装包附带的TortoiseHg扩展?这些以及您每天使用的是什么?什么更有用?
这是TortoiseHg v1.1.5 for Windows的列表。
[extensions]
; extensions shipped with Mercurial by default
;
;acl =
;bookmarks =
;bugzilla =
;children =
;churn =
; Warning: the color extension is not recommended for Windows
;color =
;convert =
;extdiff =
;fetch =
;gpg =
;graphlog =
;hgcia =
;hgk =
;highlight =
;interhg =
;keyword =
;mq =
;notify =
;pager =
;parentrevspec =
;patchbomb =
;progress =
;purge =
;rebase =
;record =
;schemes =
;transplant =
;win32mbcs =
;win32text =
;zeroconf =
; Extra extensions bundled with TortoiseHg
;fold =
;hgcr-gui =
;perfarce =
;hgeol =
;mercurial_keyring =
答案 0 :(得分:10)
我个人的最爱:
graphlog ASCII graph next to changesets to visualize branching.
mq Handle local changes as a series of patches that can be edited.
purge Mass delete of unrevisioned files (and ignored files with --all).
rebase transplant a branch onto a different changeset.
transplant Copy a changeset onto the local changeset.
其中,我每天都使用mq
和purge
。
答案 1 :(得分:5)
经过一年的经验,我获得了我自己必备的最有用的mercurial扩展列表(使用Windows和TortoiseHg)。将按重要性顺序列出。
答案 2 :(得分:1)
颜色扩展让我很好奇,所以这里是docs对它说的话:
此扩展修改status命令以向其输出添加颜色以反映文件状态,qseries命令添加颜色以反映补丁状态(已应用,未应用,缺失),以及与diff相关的命令以突出显示添加,删除, diff标头和尾随空格。
除了颜色之外,还可以使用其他效果,如粗体和带下划线的文字。使用ECMA-48 SGR控制功能(也称为ANSI转义码)渲染效果。该模块还提供了render_text函数,可用于向任何文本添加效果。