Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable cmenu: start thgw.exe, not thg.exe

Changeset aa60c11b8ae3

Parent 923293ead491

by Adrian Buehlmann

Changes to one file · Browse files at aa60c11b8ae3 Showing diff from parent 923293ead491 Diff from another changeset...

 
793
794
795
796
 
797
798
799
 
793
794
795
 
796
797
798
799
@@ -793,7 +793,7 @@
  TDEBUG_TRACE("RunDialog: THG root is empty");   return;   } - std::string hgcmd = dir + "\\thg.exe"; + std::string hgcmd = dir + "\\thgw.exe";     WIN32_FIND_DATAA data;   HANDLE hfind = FindFirstFileA(hgcmd.c_str(), &data);