Cloning over SSL fails
Created originally on Bitbucket by RichardKerr
Version = 1.1.9; There is no 1.1.9 in the drop down to report this against.
When cloning over https the clone fails, printing in the log window: {{{ [command interrupted] }}}
And then the bug report screen shows: {{{ #!python ** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues ** Mercurial version (1.7.5). TortoiseHg version (1.1.9) ** Command: --nofork clone ** CWD: C:\path\mercurial_repo ** Extensions loaded: fixfrozenexts ** Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] ** sys.getwindowsversion(): (6, 0, 6001, 2, 'Service Pack 1') ** Processor architecture: x86 Recoverable runtime error (stderr): Exception in thread Thread-1: Traceback (most recent call last): File "threading.pyo", line 525, in __bootstrap_inner File "tortoisehg\hgtk\hgthread.pyo", line 198, in run NameError: global name 'local' is not defined
}}}
Cloning over http works fine. Cloning over https with 1.1.8 worked fine.