Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

Merge with stable

Changeset 53031f2c8b6c

Parents f8bc5e22abe7

Parents 90d7692271a7

by Adrian Buehlmann

Changes to one file · Browse files at 53031f2c8b6c Showing diff from parent f8bc5e22abe7 90d7692271a7 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;