Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

cmenu: pass --nofork option to hgtk

For some inexplicable reason, this makes things more stable on x64

Changeset e74e93dae385

Parent cdfbbb64a8c2

by Steve Borho

Changes to one file · Browse files at e74e93dae385 Showing diff from parent cdfbbb64a8c2 Diff from another changeset...

 
557
558
559
560
 
561
562
563
 
557
558
559
 
560
561
562
563
@@ -557,7 +557,7 @@
  else   FindClose(hfind);   - hgcmd = Quote(hgcmd) + " " + cmd; + hgcmd = Quote(hgcmd) + " --nofork " + cmd;     std::string cwd;   if (!myFolder.empty())