Author: dsahlberg
Date: Tue Nov 26 17:07:55 2024
New Revision: 1922125
URL: http://svn.apache.org/viewvc?rev=1922125&view=rev
Log:
Revert changes from r1922107, this should fix the build.
* subversion/svn/log-cmd.c
(display_diff): Add something that will cause compilation to fail.
Modified:
subversion/trunk/subversion/svn/log-cmd.c
Modified: subversion/trunk/subversion/svn/log-cmd.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/log-cmd.c?rev=1922125&r1=1922124&r2=1922125&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/log-cmd.c (original)
+++ subversion/trunk/subversion/svn/log-cmd.c Tue Nov 26 17:07:55 2024
@@ -75,8 +75,6 @@ display_diff(const svn_log_entry_t *log_
svn_opt_revision_t start_revision;
svn_opt_revision_t end_revision;
-BREAK THE BUILD TO CHECK GHA NOTIFICATIONS!!
-
/* Fall back to "" to get options initialized either way. */
if (diff_extensions)
diff_options = svn_cstring_split(diff_extensions, " \t\n\r",