Author: stsp
Date: Sun Nov 27 15:32:52 2011
New Revision: 1206737
URL: http://svn.apache.org/viewvc?rev=1206737&view=rev
Log:
* STATUS: typo (double negative)
Modified:
subversion/branches/1.7.x/STATUS
Modified: subversion/branches/1.7.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1206737&r1=1206736&r2=1206737&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Sun Nov 27 15:32:52 2011
@@ -129,7 +129,7 @@ Candidate changes:
* r1158923, r1206718 (partly), r1206724
Fix issue #3991.
Justification:
- svn patch is broken for patches not not terminated with EOL.
+ svn patch is broken for patches not terminated with EOL.
Notes:
r1158923: Adds a regression test.
r1206718: Change to libsvn_client/patch.c is needed for issue #3991 fix.