On Sat, Jun 13, 2009 at 4:46 AM, Adrian Buehlmann<[email protected]> wrote: > Just a reminder: > > thgtaskbar.exe from TortoiseHg-Crew-Nightly-090612-2.exe still produces an > thgtaskbar.exe.log on exit containing: > > Exception exceptions.AttributeError: "'NoneType' object has no attribute > 'closed'" in <bound method atomictempfile.__del__ of > <mercurial.util.atomictempfile object at 0x00C02CF0>> ignored > > for repos on read-only volumes/drives/directories. > > This is Mercurial bug http://www.selenic.com/mercurial/bts/issue1695
It also produces an output log file if the repo.status() commands output any warning messages, which is unfortunate. I get this on my dev box because of a bad extension configuration. I'm considering piping stderr to NULL when it does the repo.status() call. -- Steve Borho ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
