On Mon, Oct 26, 2009 at 21:05, Henrik Stuart <h...@hstuart.dk> wrote:
> # HG changeset patch
> # User Henrik Stuart <henrik.stu...@edlund.dk>
> # Date 1256558612 -3600
> # Branch stable
> # Node ID 11ffb22fc57409a8c2a9135f80a4bf42ee03380c
> # Parent  7309a8ee1daf9b75062b9840fa1b95fd69ad9811
> changeset: show parent/child branch if they differ from current
>
> This feature was forgotten when the changeset field was rewritten to the new
> version.

Nice work!  If you put background color (green) to branch name, to make it same
looks with changeset panel, it will be more good. gtklib.markup() is
helpful for this:

# from SummaryInfo.get_markup() @ line 324 in csinfo.py

            elif item in ('rawbranch', 'branch'):
                return gtklib.markup(' %s ' % value, color='black',
                                     background='#aaffaa')

-- 
Yuki KODAMA

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to