mailr23353 - in /branches/frame_order_cleanup: ./ version.py


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

Header


Content

Posted by edward on May 22, 2014 - 18:33:
Author: bugman
Date: Thu May 22 18:33:30 2014
New Revision: 23353

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

........
  r23352 | bugman | 2014-05-22 18:31:35 +0200 (Thu, 22 May 2014) | 3 lines
  
  Removed a debugging printout.
........

Modified:
    branches/frame_order_cleanup/   (props changed)
    branches/frame_order_cleanup/version.py

Propchange: branches/frame_order_cleanup/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu May 22 18:33:30 2014
@@ -1 +1 @@
-/trunk:1-23345
+/trunk:1-23352

Modified: branches/frame_order_cleanup/version.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/version.py?rev=23353&r1=23352&r2=23353&view=diff
==============================================================================
--- branches/frame_order_cleanup/version.py     (original)
+++ branches/frame_order_cleanup/version.py     Thu May 22 18:33:30 2014
@@ -116,7 +116,6 @@
                 return str(row[1])
 
     # Try git-svn, reading the output if there are no errors.
-    print 'cd %s; git svn info' % status.install_path
     pipe = Popen('cd %s; git svn info' % status.install_path, shell=True, 
stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=False)
     if not pipe.stderr.readlines():
         # Loop over the output lines.




Related Messages


Powered by MHonArc, Updated Thu May 22 18:40:02 2014