mailr17829 - in /branches/frame_order_testing: ./ scripts/log_converter.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 16, 2012 - 10:23:
Author: bugman
Date: Tue Oct 16 10:23:50 2012
New Revision: 17829

URL: http://svn.gna.org/viewcvs/relax?rev=17829&view=rev
Log:
Merged revisions 17540 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r17540 | bugman | 2012-09-21 11:51:25 +0200 (Fri, 21 Sep 2012) | 6 lines
  
  Fix for the SVN log converter script for the relax release process.
  
  All SVN messages beginning with "Changed" were being skipped.  The skipping 
of the "Changed paths:"
  SVN log lines is now more explicit.
........

Modified:
    branches/frame_order_testing/   (props changed)
    branches/frame_order_testing/scripts/log_converter.py

Propchange: branches/frame_order_testing/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Oct 16 10:23:50 2012
@@ -1,1 +1,1 @@
-/trunk:1-17274,17295-17359,17361-17365,17367-17376,17378-17389,17391-17538
+/trunk:1-17274,17295-17359,17361-17365,17367-17376,17378-17389,17391-17538,17540

Modified: branches/frame_order_testing/scripts/log_converter.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/scripts/log_converter.py?rev=17829&r1=17828&r2=17829&view=diff
==============================================================================
--- branches/frame_order_testing/scripts/log_converter.py (original)
+++ branches/frame_order_testing/scripts/log_converter.py Tue Oct 16 10:23:50 
2012
@@ -45,7 +45,7 @@
         continue
 
     # The 'Changed paths' line.
-    if search('^Changed', line):
+    if search('^Changed paths:', line):
         continue
 
     # Files and svn message.




Related Messages


Powered by MHonArc, Updated Tue Oct 16 10:40:02 2012