Created as #1061. -----Original Message----- From: Steve Borho [mailto:[email protected]] Sent: 23 March 2010 01:25 To: Pierpoint, Nick (PSCM) Cc: [email protected] Subject: Re: [thg] Bug report
On Mon, Mar 22, 2010 at 5:58 PM, Pierpoint, Nick (PSCM) <[email protected]> wrote: > I received the following message when closing a commit window: > > {{{ > #!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: C:\Documents and Settings\pierng\My > Documents\repository\soipmi > ** Extensions loaded: mq, win32text > 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 821, in select_toggle > File "tortoisehg\hgtk\status.pyo", line 842, in update_chunk_state > IndexError: could not find tree path > > }}} Ah, I think I can see how this could have happened. If you refresh while on the commit preview tab without viewing the file in hunk selection mode first, it can be in an inconsistent state. Hmm, it is probably time to get rid of filerowstart, as I don't think we'll ever show more than a single file at a time in the hunk selection tab any more. Can you open an issue for this in our tracker? http://bitbucket.org/tortoisehg/stable/issues -- Steve Borho ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

