Author: jamessan
Revision: 1727824
Modified property: svn:log
Modified: svn:log at Sat Feb 6 19:04:14 2016
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Feb 6 19:04:14 2016
@@ -1,8 +1,8 @@
Provide a fallback implementation for svn_fs_paths_changed3.
* subversion/libsvn_fs/fs-loader.c
- (SVN_FS_ENUMLATE_REPORT_CHANGES): Add this macro to optionally enforce
- API enumlation.
- (svn_fs_paths_changed3): Enumate the new API using old one either when
+ (SVN_FS_EMULATE_REPORT_CHANGES): Add this macro to optionally enforce
+ API emulation.
+ (svn_fs_paths_changed3): Emulate the new API using old one either when
enforced by macro or as a fallback for FS that
don't provide the new API.