# HG changeset patch
# User Yuki KODAMA <endflow....@gmail.com>
# Date 1262681362 -32400
# Node ID bc494b78a39d6cd3dfc51d609920901547f4ac17
# Parent  31deb9f60c1dbc82e05c45e447bc1c30a6c93a07
status: escape diff lines

Closes #844

This defect was introduced in <aec85547f364>.

diff --git a/tortoisehg/hgtk/status.py b/tortoisehg/hgtk/status.py
--- a/tortoisehg/hgtk/status.py
+++ b/tortoisehg/hgtk/status.py
@@ -55,7 +55,7 @@
         elif line.startswith('@@'):
             hunk = gtklib.markup(line, color='#FF8000')
         else:
-            hunk += line
+            hunk += gtklib.markup(line)
     return hunk

 def hunk_unmarkup(text):

Attachment: thg-kuy_rev5388.patch
Description: Binary data

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to