Revert part of r29712. While the log message describes how checking if a path is allowed before calling IsVersioned, the change also moved another check inside of a big if() statement, causing "continue" to be executed before releasing some resources. Move it back outside to avoid resource leakage.
Update documentation of the hook script dialog to match the UI. "force" is the internal name of the flag in the code. The checkbox is Always execute the script
Remove the KeyPath from the Active Setup registry key for the C__TortoiseSVN. There should only be one item per component identified as the KeyPath for that component. C__TortoiseSVN already sets keypath to TortoiseProc.exe.
Update PuTTY to 0.83
Branch for updating to PuTTY 0.83
Feature branch to explore what would be required to let TSVN commit to several repositories at once.
Add ( ) to print to make it Py3 compatible
Update the TortoisePlink patch with the fix from r29732