Search code examples
iconstortoisehg

Meaning of TortoiseHG status icons


Does anyone have a list of statuses corresponding to the the icons used in the Repository Explorer of TortoiseHg?


Solution

  • TortoiseHg uses the same TortoiseOverlays package as TortoiseSVN and therefore shares the same icons. It's a definite oversight that the TortoiseHG documentation doesn't have a chart listing them all but there is one in the TortoiseSVN documentation:

    http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug.html#tsvn-dug-general-icons

    I was surprised to find that such a description was absent in the TortoiseHG docs. I went ahead and filed an enhancement bug requesting its inclusion in the future.

    Good catch Even.