On Mon, Jan 17, 2011 at 7:53 AM, Nick Cossey <[email protected]> wrote: > {{{ > > #!python > > ** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues > or [email protected] > > ** Mercurial version (1.5). TortoiseHg version (1.0) > > ** Command: --nofork commit > > ** CWD: E:\MSV202 VB software > > ** Extensions loaded: mq > > Recoverable runtime error (stderr): > > C:\Program Files\TortoiseHg\library.zip\tortoisehg\hgtk\gdialog.py:464: > DeprecationWarning: Use the new widget gtk.Tooltip > > C:\Program Files\TortoiseHg\library.zip\tortoisehg\hgtk\gtklib.py:714: > DeprecationWarning: Use the new widget gtk.Tooltip > > Traceback (most recent call last): > > File "tortoisehg\hgtk\status.pyo", line 1029, in tree_sel_changed > > File "tortoisehg\hgtk\status.pyo", line 1145, in generate_text_diffs > > File "mercurial\patch.pyo", line 1476, in trydiff > > File "mercurial\context.pyo", line 339, in data > > File "mercurial\filelog.pyo", line 16, in read > > File "mercurial\revlog.pyo", line 1000, in revision > > File "mercurial\revlog.pyo", line 962, in _chunk > > File "mercurial\revlog.pyo", line 108, in decompress > > zlib.error: Error -3 while decompressing data: invalid distance too far back
These are typically caused by qrefresh happening in an external process. If it is not repeatable, you can ignore them. -- Steve Borho ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

