r871949 | hwright | 2008-06-25 00:02:14 +0000 (Wed, 25 Jun 2008)
Don't send the SVN_INVALID_REVNUM log entry if we bailed out of the log
messages for compat reasons. This is a holdover from the days when every
level of nesting needed a SVN_INVALID_REVNUM terminator, but in r26732 we
removed that for the outermost level. This only affects pre-1.1 servers.
Found by: Anders Kvist <kvist@cego.dk>
* subversion/libsvn_ra_neon/log.c
(svn_ra_neon__get_log): Don't send the extra SVN_INVALID_REVNUM entry
after bailing for compat reasons.