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

shellext: show cwd in trace on LaunchCommand

Changeset 1e2f4d2c12a7

Parent b3e40faf0872

by Adrian Buehlmann

Changes to one file · Browse files at 1e2f4d2c12a7 Showing diff from parent b3e40faf0872 Diff from another changeset...

 
120
121
122
 
123
124
125
 
120
121
122
123
124
125
126
@@ -120,6 +120,7 @@
 bool LaunchCommand(const std::string& command, const std::string& cwd)  {   TDEBUG_TRACE("LaunchCommand: " << command); + TDEBUG_TRACE("LaunchCommand: in " << cwd);   PROCESS_INFORMATION processInfo;   memset(&processInfo, 0, sizeof(processInfo));