# HG changeset patch
# User Adrian Buehlmann <adr...@cadifra.com>
# Date 1255900806 -7200
# Branch stable
# Node ID fd23092a4ca02dc1dce38548c2f3e26ef5ab1e49
# Parent  7b7599d3342593f490641fcca42e8c3da8a1c346
changeset: remove empty line before description

intended to be applied after Yuki's 7b7599d33425

diff --git a/tortoisehg/hgtk/changeset.py b/tortoisehg/hgtk/changeset.py
--- a/tortoisehg/hgtk/changeset.py
+++ b/tortoisehg/hgtk/changeset.py
@@ -231,7 +231,7 @@ class ChangeSet(gdialog.GDialog):
         buf = self._buffer
         buf.set_text('')
         eob = buf.get_end_iter()
-        buf.insert(eob, '\n' + desc + '\n\n')
+        buf.insert(eob, desc + '\n\n')
 
     def append_diff(self, wfile):
         if not wfile:

------------------------------------------------------------------------------
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