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

stable Updating win32/shellext/README.txt

Changeset 5bbecce60131

Parent 6bdf3dfd4a7f

by Adrian Buehlmann

Changes to one file · Browse files at 5bbecce60131 Showing diff from parent 6bdf3dfd4a7f Diff from another changeset...

 
96
97
98
99
100
101
102
103
104
105
 
174
175
176
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
178
179
 
96
97
98
 
 
 
 
99
100
101
 
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
@@ -96,10 +96,6 @@
 This should produce the file THgShell.dll, which contains the 32 bit variant of the  shell extension.   -To install it for testing on a 32 bit Windows, rename the THgShell.dll in "C:\Program Files\TortoiseHg" -to something else (e.g. THgShell-01.dll), then copy the newly built THgShell.dll to -"C:\Program Files\TortoiseHg" and restart explorer.exe (logout/login or restart will do as well). -    === Building the 64 bit target ===   @@ -174,6 +170,20 @@
     === Testing === +To install the new THgShell.dll for testing, rename the THgShellx86.dll in +"C:\Program Files\TortoiseHg" to something else (e.g. THgShell-01.dll), then copy the newly built +THgShell.dll to "C:\Program Files\TortoiseHg\THgShellx86.dll" and restart explorer.exe +(logout/login will do as well). + +For x64 systems, the dll is instead located in +"C:\Program Files\Common Files\TortoiseHg\ThgShellx64.dll". + +See +http://www.addictivetips.com/windows-tips/how-to-restart-explorer-exe-process-properly-in-windows-xp-and-vista/ +for properly restarting explorer (in case you don't want to do a logout/login). +Of course, simply killing explorer.exe with the task manager and restarting it will work too +(you might loose some settings changes you might have done in explorer though). +  The shell extension emits trace output (TDEBUG_TRACE macro calls in the sources). This output  can be captured by using for example the tool **DebugView** from Microsoft sysinternals (see  http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx).