[hidden email] wrote:
> Author: adrianc
> Revision: 911164
> Modified property: svn:log
>
> Modified: svn:log at Wed Feb 17 20:27:26 2010
> ------------------------------------------------------------------------------
> --- svn:log (original)
> +++ svn:log Wed Feb 17 20:27:26 2010
> @@ -3,3 +3,5 @@
> 1. Fixed a bug in TimeDuration.java reported by Adam Heath on the dev mailing list. The elapsed time constructor would produce an incorrect duration if either Calendar was prior to the epoch.
>
> 2. Fix for dealing with calendar dates that have a DAY value that is in the special window of 29-31.
> +
> +3. Fixed catch clause in equals method.
And, of course, git helps me with this kind of problem. I commit
everything, even broken, not even compile crap. Then, I run git diff,
to see the changes in each final commit, and I then run git commit
--amend, to change the log message to be correct. Once I get all that
done, I then do a git svn dcommit.