6

What is the meaning of the TortoiseHg Workbench Graph symbols? I googled it and got only this (http://tortoisehg.bitbucket.io/manual/2.0/workbench.html) but it has no description of the symbols. For example:

  • Pentagon (that sometimes changes color)
  • dashed branches enter image description here
Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
JonyD
  • 1,237
  • 3
  • 21
  • 34

2 Answers2

6
  • Circle: public phase
  • Pentagon: draft phase
  • Square: secret phase
  • Bar: close branch enter image description here

  • Dash: graft enter image description here

Marcos Zolnowski
  • 2,751
  • 1
  • 24
  • 29
  • Thanks! +1 for the Portuguese ;) (weird all my "Phase" columns have "public" as description, even the pentagons. – JonyD Aug 16 '16 at 07:07
  • I thought would be funny for people trying to find what this secret project was about :) Some old versions of Mercurial/TortoiseHg had weird issues with phases. If your repository was made using a very old version, collateral effects can occur. – Marcos Zolnowski Aug 17 '16 at 18:30
  • 1
    Is there any documentation for this? – simplename Apr 19 '18 at 18:11
1

There is also the "diamond" shape. It means it's a patch.

enter image description here

JonyD
  • 1,237
  • 3
  • 21
  • 34