You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2012/11/29 17:55:23 UTC

svn commit: r1415270 - /subversion/trunk/subversion/libsvn_client/merge.c

Author: pburba
Date: Thu Nov 29 16:55:22 2012
New Revision: 1415270

URL: http://svn.apache.org/viewvc?rev=1415270&view=rev
Log:
* subversion/libsvn_client/merge.c
  (merge_cmd_baton_t.dry_run_added,
   merge_cmd_baton_t.dry_run_last_added_dir): Comment tweak.
 

Modified:
    subversion/trunk/subversion/libsvn_client/merge.c

Modified: subversion/trunk/subversion/libsvn_client/merge.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/merge.c?rev=1415270&r1=1415269&r2=1415270&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/merge.c (original)
+++ subversion/trunk/subversion/libsvn_client/merge.c Thu Nov 29 16:55:22 2012
@@ -287,7 +287,8 @@ typedef struct merge_cmd_baton_t {
   apr_hash_t *dry_run_deletions;
 
   /* The list of paths for entries we've added and the most
-     recently added directory.  (Used only when in dry_run mode.) */
+     recently added directory.  The latter may be NULL.
+     Both are used only when in dry_run mode. */
   apr_hash_t *dry_run_added;
   const char *dry_run_last_added_dir;