Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable shellext: launch TortoiseHgOverlayServer on "Update Icons"

fixes #1076

Changeset 90d7692271a7

Parent b4653fb0b02f

by Adrian Buehlmann

Changes to one file · Browse files at 90d7692271a7 Showing diff from parent b4653fb0b02f Diff from another changeset...

 
856
857
858
 
 
 
859
860
861
 
856
857
858
859
860
861
862
863
864
@@ -856,6 +856,9 @@
    if (cmd == "thgstatus")   { + std::string p = dir + "\\TortoiseHgOverlayServer.exe"; + LaunchCommand(Quote(p), cwd); +   Thgstatus::remove(cwd);   InitStatus::check();   return;