Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tortoisehg icons not showing

I copied a repository (whole folder) from one computer to another and added the repository to the TortoiseHG workbench through File->Open Repository.

Everything works fine, except no overlay icons are showing in windows explorer in the directory of the copied repository (for whether the file has been modified, or it's up to date, etc). Does anyone know how I can fix this?

Thanks

like image 636
rolznz Avatar asked May 03 '15 02:05

rolznz


People also ask

What is TortoiseHg overlay icon server?

TortoiseHg provides visual representation of the file status via overlay icons in the MS-Explorer windows. This is similar to those that found on other Tortoise client, such as TortoiseCVS and TortoiseSVN. TortoiseHg shares the overlay icons with TortoiseSVN (version 1.5.

How to merge TortoiseHg?

From the revision history viewer (TortoiseHg ‣ Workbench or thg log) open the context menu over the changeset which you want to merge and select Merge with local…. Finally, in the merge dialog, press Merge and then Commit.

What is TortoiseHg workbench?

Workbench. TortoiseHg is a Windows shell extension and a series of applications for the Mercurial distributed revision control system. It also includes a Gnome/Nautilus extension and a CLI wrapper application so the TortoiseHg tools can be used on non-Windows platforms.

How to Commit in TortoiseHg?

Once all the conflicts are resolved you can close TortoiseHg's resolve conflicts dialog and click next on the merge window. On this next screen you can enter the commit message and then click Commit Now . You are now done.


1 Answers

I found the answer https://bitbucket.org/tortoisehg/thg/issue/3933/overlay-icons-not-showing-properly - see Shea Martin's reply near the bottom about windows only allowing 11 overlay icon registry entries

like image 137
rolznz Avatar answered Oct 05 '22 11:10

rolznz