# HG changeset patch
# User Henrik Stuart <[email protected]>
# Date 1256570624 -3600
# Branch stable
# Node ID 8df26411dab3a3c87d5eaf2dfae595cc0b34ab31
# Parent 78c8521fc42ded10100930a6ae758046c2456be9
changeset: color branch information on child/parent changesets
diff --git a/tortoisehg/hgtk/changeset.py b/tortoisehg/hgtk/changeset.py
--- a/tortoisehg/hgtk/changeset.py
+++ b/tortoisehg/hgtk/changeset.py
@@ -526,7 +526,8 @@
revid_markup(revid, **opts)]
if branch:
revfmt = '%s (%s) [%s]'
- revargs.append(branch)
+ revargs.append(gtklib.markup(branch, color='black',
+ background='#aaffaa'))
rev = revfmt % tuple(revargs)
link = gtk.Label()
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop