[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/cvs
From:       Andras Mantia <amantia () freemail ! hu>
Date:       2003-07-19 12:59:26
[Download RAW message or body]

CVS commit by amantia: 

Add newlines at the end of each commit log line, so you can use CCMAIL even if committing from Gideon. 
 
CCMAIL: amantia@freemail.hu 
 
;-) 


  M +1 -1      cvspart.cpp   1.57


--- kdevelop/parts/cvs/cvspart.cpp  #1.56:1.57
@@ -669,5 +669,5 @@ void CvsPart::commit( const KURL::List& 
     QStringList fileList = quoted( URLUtil::toRelativePaths( project()->projectDirectory(), urlList ) );
     // 1. Commit changes to the actual file
-    QString command = buildCommitCmd( project()->projectDirectory(), fileList, dlg.logMessage().join( "" ) );
+    QString command = buildCommitCmd( project()->projectDirectory(), fileList, dlg.logMessage().join( "\n" ) );
 
     kdDebug( 9000 ) << "I'll run commit with this command: " << command << endl;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic