Using 7fda75c1944e, if I put the focus into the Qnew field in the commit dialog and start typing, each character I enter overwrites the one I typed just before.
Bisecting leads to: ''' # HG changeset patch # User Steve Borho <st...@borho.org> # Date 1251987292 18000 # Node ID f5849818381af037feef3797b34bf3ab905822f6 # Parent 4ff888964b7df1e8d91345b44eebb14d55745dc9 status: move repo.status() call into a separate function Prep work for making repo.status threaded and adding a progress bar ''' That change seems to be the first one introducing problems with the Qnew field. The later change: ''' # HG changeset patch # User Yuki KODAMA <endflow....@gmail.com> # Date 1252123585 -32400 # Node ID 5cdaca44c6aa89243188cb68df5448614eaace27 # Parent de8a545808cadd373013b4684ad2acb6e8fdb1e2 commit: fix error when inputting MQ patch name for QNew When calling 'reload_status', QNew textfield loses the focus. So it has to grab the focus again after reloading. ''' seems to have tried to fix something there, but failed at doing so -- as the behavior of 7fda75c1944e demonstrates. Yuki, Steve? ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop