I have TortoiseSVN, TortoiseGit, and TortoiseHg installed on my system. As expected, but unfortunately, these tools use the same icons to indicate version control status for a specific folder. Thus, when I open the folder with software projects in Windows Explorer, I can not immediately see which SCM software is used with a particular solution / project:
![TortoiseXXX icons](https://fooobar.com//img/04e8dc9c5fd2892cc7f70e7fb7a0b1d9.png)
I can, of course, check for the presence of .svn, .git, and .hg subfolders, but it would be more efficient if SCM is displayed on the main folder icon or as a hint when you hover over the folder.
Does anyone know if a shell extension exists that provides this functionality?
source share