Re: [thg-dev] [thg-issues] Notification: Pull request

2009-09-04 Thread Adrian Buehlmann
On 04.09.2009 04:31, Yuki KODAMA wrote: > On Fri, Sep 4, 2009 at 08:02, Steve Borho wrote: >> On Thu, Sep 3, 2009 at 1:57 PM, Adrian Buehlmann wrote: >>> I pulled and tried it. Very cool to use. >> My initial impression was less ideal. I had just done a 'hg qnew -f >> foo' with some working direc

[thg-dev] Freeze commit & status tool at 8211c9509752

2009-09-04 Thread Yuki KODAMA
Hi all, I got issue that commit & status tool doesn't work at changeset <8211c9509752>. The dialog opened from command line doesn't crash and spawn errors. It freezes completely and looks like waiting termination of a thread (CPU usage is not 100%). This issue was occurred from changeset <2d284f61

Re: [thg-dev] Freeze commit & status tool at 8211c9509752

2009-09-04 Thread Adrian Buehlmann
On 04.09.2009 10:45, Yuki KODAMA wrote: > Hi all, > > I got issue that commit & status tool doesn't work at changeset > <8211c9509752>. > The dialog opened from command line doesn't crash and spawn errors. > It freezes completely and looks like waiting termination of a thread > (CPU usage is not

Re: [thg-dev] [thg] max diff limit in commit tool

2009-09-04 Thread Steve Borho
On Fri, Sep 4, 2009 at 12:37 AM, TK Soh wrote: > I was just informed recently by some of my colleagues that they > couldn't do partial commit on some of the larger text files, as a > "..is larger than the specified max diff size" message was displayed > in place of the diff hunks. Some hacking on t

Re: [thg-dev] Freeze commit & status tool at 8211c9509752

2009-09-04 Thread Yuki KODAMA
On Fri, Sep 4, 2009 at 18:28, Adrian Buehlmann wrote: > On 04.09.2009 10:45, Yuki KODAMA wrote: >> Hi all, >> >> I got issue that commit & status tool doesn't work at changeset >> <8211c9509752>. >> The dialog opened from command line doesn't crash and spawn errors. >> It freezes completely and lo

Re: [thg-dev] Freeze commit & status tool at 8211c9509752

2009-09-04 Thread Steve Borho
On Fri, Sep 4, 2009 at 8:32 AM, Yuki KODAMA wrote: > On Fri, Sep 4, 2009 at 18:28, Adrian Buehlmann wrote: >> On 04.09.2009 10:45, Yuki KODAMA wrote: >>> Hi all, >>> >>> I got issue that commit & status tool doesn't work at changeset >>> <8211c9509752>. >>> The dialog opened from command line does

[thg-dev] [PATCH] history: fix initial state of MQ panel

2009-09-04 Thread Yuki KODAMA
# HG changeset patch # User Yuki KODAMA # Date 1252080646 -32400 # Node ID ef6f54e8c90391489087ea82ca6687d14531b734 # Parent 39c17db962ddbd8a857a15d8adc19c53c17f895f history: fix initial state of MQ panel diff --git a/hggtk/history.py b/hggtk/history.py --- a/hggtk/history.py +++ b/hggtk/history

[thg-dev] [PATCH] history: add 'export patches from here to selected' command

2009-09-04 Thread Yuki KODAMA
# HG changeset patch # User Yuki KODAMA # Date 1252089968 -32400 # Node ID aa1ab03de9673a4b9742764395d541d9c125c60a # Parent 2a5b6ac2dfb7603468d028402708355ee1959846 history: add 'export patches from here to selected' command diff --git a/hggtk/history.py b/hggtk/history.py --- a/hggtk/history.p

[thg-dev] [PATCH] status, gtklib: improve UI layout

2009-09-04 Thread Yuki KODAMA
# HG changeset patch # User Yuki KODAMA # Date 1252085715 -32400 # Node ID ee32cd7b56065b0d0cfcd40b2d5c3cec816ae776 # Parent ef6f54e8c90391489087ea82ca6687d14531b734 status, gtklib: improve UI layout diff --git a/hggtk/gtklib.py b/hggtk/gtklib.py --- a/hggtk/gtklib.py +++ b/hggtk/gtklib.py @@ -7

[thg-dev] [PATCH] history: add 'qimport' command to the context menu of changeset list

2009-09-04 Thread Yuki KODAMA
# HG changeset patch # User Yuki KODAMA # Date 1252087251 -32400 # Node ID 2a5b6ac2dfb7603468d028402708355ee1959846 # Parent ee32cd7b56065b0d0cfcd40b2d5c3cec816ae776 history: add 'qimport' command to the context menu of changeset list Also simplify the label of qimport for rivision range. After

Re: [thg-dev] [thg] max diff limit in commit tool

2009-09-04 Thread TK Soh
On Fri, Sep 4, 2009 at 1:19 PM, Steve Borho wrote: > On Fri, Sep 4, 2009 at 12:37 AM, TK Soh wrote: >> I was just informed recently by some of my colleagues that they >> couldn't do partial commit on some of the larger text files, as a >> "..is larger than the specified max diff size" message was d

[thg-dev] [PATCH] thgmq: fix to avoid showing empty context menu

2009-09-04 Thread Yuki KODAMA
# HG changeset patch # User Yuki KODAMA # Date 1252122143 -32400 # Node ID 544ec4210638737b03f5d305f77210c88dc16a32 # Parent af6783dea990d29938756f997301b31132b1b0d8 thgmq: fix to avoid showing empty context menu also hide 'goto' command on 'qparent' row. diff --git a/hggtk/thgmq.py b/hggtk/thg

[thg-dev] [PATCH] commit: fix error when inputting MQ patch name for QNew

2009-09-04 Thread Yuki KODAMA
# HG changeset patch # User Yuki KODAMA # Date 1252123585 -32400 # Node ID 698fc26e1ac3ed51d4aeb78f88b28f70d3bdbc13 # Parent 544ec4210638737b03f5d305f77210c88dc16a32 commit: fix error when inputting MQ patch name for QNew When calling 'reload_status', QNew textfield loses the focus. So it has to