[Bug 73567] file diff command needs to be updated, -3 option

Harald Fernengel harry at kdevelop.org
Mon Jan 26 22:16:03 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=73567      
harry at kdevelop.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From harry at kdevelop.org  2004-01-26 22:15 -------
Subject: kdevelop/parts/diff

CVS commit by harald: 

fix for bug 73567 - do not use -u instead of -u3 since it is obsoleted

CCMAIL: 73567-done at bugs.kde.org


  M +1 -1      diffpart.cpp   1.28


--- kdevelop/parts/diff/diffpart.cpp  #1.27:1.28
@@ -143,5 +143,5 @@ void DiffPart::localDiff()
 
   *proc << "diff";
-  *proc << "-u3" << popupFile.path() << "-";
+  *proc << "-u" << popupFile.path() << "-";
   proc->setWorkingDirectory( popupFile.directory() );




More information about the KDevelop-devel mailing list