TortoiseHg Edit Ignore Filter Crash on Close
Created originally on Bitbucket by Anonymous
Crash happened when I clicked the red X to close the window after, two failed add *.mak glob attempts - no update in the filters window in either attempt.
Text from TortoiseHg Bug Report Window:
{{{ #!python ** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues ** Mercurial version (1.7.5). TortoiseHg version (1.1.9.1) ** Command: --nofork hgignore ** CWD: N:\Stuart\SatSonde\ArthCoderTest4 ** 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): Traceback (most recent call last): File "tortoisehg\hgtk\hgignore.pyo", line 201, in add_glob File "tortoisehg\hgtk\hgignore.pyo", line 254, in write_ignore_lines File "mercurial\util.pyo", line 838, in rename File "mercurial\windows.pyo", line 306, in rename WindowsError: [Error 32] The process cannot access the file because it is being used by another process Traceback (most recent call last): File "tortoisehg\hgtk\hgignore.pyo", line 201, in add_glob File "tortoisehg\hgtk\hgignore.pyo", line 254, in write_ignore_lines File "mercurial\util.pyo", line 838, in rename File "mercurial\windows.pyo", line 306, in rename WindowsError: [Error 32] The process cannot access the file because it is being used by another process
}}}