On Thu, 2009-02-19 at 00:15 -0500, Doug Philips wrote: > Just installed the 090218 build. > Opened up the log viewer (hgtk log). > Selected tip changeset. > Right clicked on the next changeset below it in the view, got the context > menu and chose 'diff with selected.' > > First thing: The right click operation highlighted the line I was right > clicking as if it were the selection too. > Previous versions didn't do that, it was jarring. But that isn't the bug.
That's a feature, from change 28f5487e7fb4 > Got the diff window. It was boring, so I dismissed it. > Right clicked on another changeset, one further from the tip, got the context > menu and chose 'diff with selected.' > Nothing happened. Waited. Nothing happened. Tried again. No luck. > Went back to shell (cygwin) where I started hgtk log from. > Found this: > $ hgtk log > c:\Program Files\TortoiseHg\library.zip\hggtk\status.py:343: Warning: > ../../../glib/gobject/gsignal. > c:1251: signal "copy_clipboard" already exists in the `GtkTreeView' class > ancestry > Traceback (most recent call last): > File "hggtk\history.pyc", line 469, in _diff_revs > File "hggtk\gdialog.pyc", line 177, in display > File "hggtk\gdialog.pyc", line 301, in _setup_gtk > File "hggtk\status.pyc", line 343, in get_body > RuntimeError: could not create signal > Traceback (most recent call last): > File "hggtk\history.pyc", line 469, in _diff_revs > File "hggtk\gdialog.pyc", line 177, in display > File "hggtk\gdialog.pyc", line 301, in _setup_gtk > File "hggtk\status.pyc", line 343, in get_body > RuntimeError: could not create signal > Traceback (most recent call last): > File "hggtk\history.pyc", line 469, in _diff_revs > File "hggtk\gdialog.pyc", line 177, in display > File "hggtk\gdialog.pyc", line 301, in _setup_gtk > File "hggtk\status.pyc", line 343, in get_body > RuntimeError: could not create signal > > Will keep playing with this build, but wanted to feed this back ASAP. Yep, that's new. I'll push a fix in a moment. -- Steve ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
