r1027241 | danielsh | 2010-10-25 19:29:09 +0000 (Mon, 25 Oct 2010)
Switch to provably mathematically-equivalent code.
Suggested by: OCD
* subversion/svn/log-cmd.c
(svn_cl__log):
Ignore 'opt_state->quiet', since we already know by this point that 'quiet'
and 'show_diff' are not both set.
r1096283 | danielsh | 2011-04-24 08:47:16 +0000 (Sun, 24 Apr 2011)
* subversion/include/svn_wc.h
(svn_wc_entry_t): Add a commented-out SVN_DEPRECATED marker, in order
to make it easier to identify names that are @deprecated but not
SVN_DEPRECATED.
Patch by: OCD
(not trying to imply any point here wrt Bert's reversion of the marker ---
only trying to make someone's life easier when they look for those
@deprecated-v.-SVN_DEPRECATED mismatches)