# HG changeset patch
# User Trey Roessig
# Date 1241407618 25200
# Node ID 81506191fc5957243b9948388585d0b81bdf6c96
# Parent  1a53bd86527bf974e7eb6a42bd73b7d991bd7437
commit: removed trailing whitespace in message format

diff -r 1a53bd86527b -r 81506191fc59 hggtk/commit.py
--- a/hggtk/commit.py   Sun May 03 14:07:18 2009 -0500
+++ b/hggtk/commit.py   Sun May 03 20:26:58 2009 -0700
@@ -753,7 +753,7 @@
                     else:
                         lines[lnum+1] = lines[lnum][ind:].lstrip() \
                                         + lines[lnum+1]
-                    lines[lnum] = lines[lnum][0:ind].rstrip() + ' '
+                    lines[lnum] = lines[lnum][0:ind].rstrip()
             lnum += 1
         buf.set_text('\n'.join(lines))                       
 

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to