Author: julianfoad
Date: Mon Jan 29 21:33:46 2018
New Revision: 1822586

URL: http://svn.apache.org/viewvc?rev=1822586&view=rev
Log:
* subversion/svn/shelf-cmd.c
  (shelve): Fix an outdated comment.

Found by: danielsh

Modified:
    subversion/trunk/subversion/svn/shelf-cmd.c

Modified: subversion/trunk/subversion/svn/shelf-cmd.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/shelf-cmd.c?rev=1822586&r1=1822585&r2=1822586&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/shelf-cmd.c (original)
+++ subversion/trunk/subversion/svn/shelf-cmd.c Mon Jan 29 21:33:46 2018
@@ -468,12 +468,11 @@ shelve(int *new_version_p,
                    : _("None of the local modifications could be shelved"));
     }
 
+  /* Un-apply the patch, if required. */
   if (!keep_local)
     {
       svn_client_shelf_version_t *shelf_version;
 
-      /* Reverse-apply the patch. This should be a safer way to remove those
-         changes from the WC than running a 'revert' operation. */
       SVN_ERR(svn_client_shelf_version_open(&shelf_version,
                                             shelf, shelf->max_version,
                                             scratch_pool, scratch_pool));


Reply via email to