Issue 119: Crashes when committing large number of files
http://bitbucket.org/tortoisehg/stable/issue/119/crashes-when-committing-large-number-of

Steve Borho / sborho on Thu, 26 Mar 2009 05:30:17 +0100:

Comment:
  I've thought a bit more about the original crash and I have an idea.  At the 
end of the commit we are notifying the explorer shell about each and every file 
that has been checked in.  This could be overloading and breaking something 
beneath the pywin32 API.

I think that our shell notify function needs a bit of smarts.  If the notify 
list provided by the tool is more than, say, 32 files it should just issue a 
single notify request for the repository root.  I'll try this out tomorrow.  If 
nothing else, it might just improve performance a bit.

Changes:
  component: nothing -> commit

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

------------------------------------------------------------------------------
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to