Author: stylesen
Revision: 880575
Modified property: svn:log
Modified: svn:log at Fri Nov 27 09:43:32 2009
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Nov 27 09:43:32 2009
@@ -1,8 +1,8 @@
* subversion/libsvn_client/patch.c
- (resolve_target_path): Remove the hack added in r40399 which was supposed
+ (resolve_target_path): Remove the hack added in r880473 which was supposed
to help with applying patches containing paths with Windows-style path
separators on UNIX. The rationale is that UNIX patch does not do this,
- so we shouldn't either. This commit does not revert r40399 entirely,
+ so we shouldn't either. This commit does not revert r880473 entirely,
since we keep using svn_dirent_internal_style() rather than
svn_dirent_canonicalize() to canonicalize the target path parsed from
the patch file.