| Patch |
| r869362 |
r869362 | hwright | 2008-02-11 20:30:13 -0600 (Mon, 11 Feb 2008) Fix issue #2996: Catch improper argument to diff against base revision. This fixes a couple of potential aborts farther down the call stack. * subversion/libsvn_client/diff.c (svn_client_diff_peg4): Throw and error if used with a URL and BASE revision. Patch by: Keegan Dunn <keegandunn@gmail.com> (Tweaked by me.)