Looks good, Kamesh. Please commit it to the merge-tracking branch
yourself with tweaks suggested for the log message.
- Dan
On Thu, 14 Dec 2006, Kamesh Jayachandran wrote:
...
> [[[
>
> Comment correction.
On the merge-tracking branch: Correct in-line comment.
> * subversion/libsvn_fs_util/merge-info-sqlite-index.c
> (svn_fs_merge_info__update_index):
> We cleanup the records leftover from earlier failed commits.
(svn_fs_merge_info__update_index): Adjust comment, removing
reference to FSFS, and accounting for the fact that we cleanup
the records leftover from earlier failed commits.
> Patch by: kameshj
(You can leave this off when making the commit yourself.)
> ]]]
> Index: subversion/libsvn_fs_util/merge-info-sqlite-index.c
> ===================================================================
> --- subversion/libsvn_fs_util/merge-info-sqlite-index.c (revision 22704)
> +++ subversion/libsvn_fs_util/merge-info-sqlite-index.c (working copy)
> @@ -237,7 +237,7 @@
> #endif
> SVN_ERR(util_sqlite_exec(db, "begin transaction;", NULL, NULL));
>
> - /* Cleanup the leftovers of any previous, failed FSFS transactions
> + /* Cleanup the leftovers of any previous, failed transactions
> * involving NEW_REV. */
> deletestring = apr_psprintf(pool,
> "delete from mergeinfo_changed where revision = %ld;",
- application/pgp-signature attachment: stored
Received on Thu Dec 14 23:26:45 2006