commit crash
Created originally on Bitbucket by jrutley
This just happened when I was starting to play around with subrepositories. In my commit, there was a .hgsub file added, if that makes any difference.
{{{ #!python ** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues or tortoisehg-discuss@lists.sourceforge.net ** Mercurial version (1.6.4). TortoiseHg version (1.1.4) ** Command: --nofork commit ** CWD: D:\Work\Foo ** Extensions loaded: fixfrozenexts ** Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] ** sys.getwindowsversion(): (6, 1, 7600, 2, '') ** Processor architecture: x64 Recoverable runtime error (stderr): Exception in thread Thread-1: Traceback (most recent call last): File "threading.pyo", line 525, in __bootstrap_inner File "threading.pyo", line 477, in run File "tortoisehg\hgtk\status.pyo", line 699, in get_repo_status File "mercurial\context.pyo", line 205, in sub File "mercurial\subrepo.pyo", line 183, in subrepo File "mercurial\subrepo.pyo", line 207, in init File "genericpath.pyo", line 18, in exists TypeError: stat() argument 1 must be encoded string without NULL bytes, not str
Exception in thread Thread-3: Traceback (most recent call last): File "threading.pyo", line 525, in __bootstrap_inner File "threading.pyo", line 477, in run File "tortoisehg\hgtk\status.pyo", line 699, in get_repo_status File "mercurial\context.pyo", line 205, in sub File "mercurial\subrepo.pyo", line 183, in subrepo File "mercurial\subrepo.pyo", line 207, in init File "genericpath.pyo", line 18, in exists TypeError: stat() argument 1 must be encoded string without NULL bytes, not str
}}}