OCD


Patch Suggested
r1140718, r1096283 r1027241

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)

r1140718 | danielsh | 2011-06-28 16:40:32 +0000 (Tue, 28 Jun 2011)

* docs/community-guide/releasing.part.html
  (release-stabilization): Fix E205007 by providing a log message.

Patch by: OCD