TortoiseHg 图表颜色的含义

发布于 2024-12-15 10:25:28 字数 94 浏览 3 评论 0原文

这些线条和变化点颜色的逻辑是什么? TortoiseHg 是否会自动为每个命名分支分配颜色?在同一个命名分支中,线条的颜色与变更集点的颜色不同(例如紫色点和蓝色线),为什么?

What is the logic of those lines and changeset points colors? Does TortoiseHg automatically assign a color to each named branch? In the same named branch, the lines don't have the same color of the changeset points (like purple points with blue lines), why?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

香橙ぽ 2024-12-22 10:25:28

我找到了为什么点和线有不同的颜色:

  • 遵循命名分支的颜色
  • 线遵循匿名分支的颜色

当创建匿名分支时,点保持相同的颜色,但线的颜色发生变化。

I found out why the dots and lines have different colors:

  • Dots follow the color of named branches
  • Lines follow the color of anonymous branches

When an anonymous branch is created, the dots remain with the same color but the color of the line changes.

魂牵梦绕锁你心扉 2024-12-22 10:25:28

TortoiseHg 是否会自动为每个命名分支分配颜色?

是的,还有匿名的 - 也

在同一个命名分支中,线条的颜色与变更集点的颜色不同(例如紫色点和蓝色线),为什么?

因为您还可以启用“作者着色”,其中变更集的描述对于不同的作者有不同的颜色

您可以随时对分支颜色进行硬编码

设置对话

Does TortoiseHg automatically assign a color to each named branch?

Yes, and to anonymous - also

In the same named branch, the lines don't have the same color of the changeset points (like purple points with blue lines), why?

Because you can have enabled also "Author coloring", which which description of changeset have different colors for different authors

You can hardcode brach colors at any time

Setting dialogue

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文