You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2017/07/27 10:36:48 UTC

svn commit: r1803161 - /subversion/branches/shelve-checkpoint3/subversion/svn/svn.c

Author: julianfoad
Date: Thu Jul 27 10:36:48 2017
New Revision: 1803161

URL: http://svn.apache.org/viewvc?rev=1803161&view=rev
Log:
On the 'shelve-checkpoint3' branch: Remove a note about the 'finish'
command being unfinished, following r1803107.

Modified:
    subversion/branches/shelve-checkpoint3/subversion/svn/svn.c

Modified: subversion/branches/shelve-checkpoint3/subversion/svn/svn.c
URL: http://svn.apache.org/viewvc/subversion/branches/shelve-checkpoint3/subversion/svn/svn.c?rev=1803161&r1=1803160&r2=1803161&view=diff
==============================================================================
--- subversion/branches/shelve-checkpoint3/subversion/svn/svn.c (original)
+++ subversion/branches/shelve-checkpoint3/subversion/svn/svn.c Thu Jul 27 10:36:48 2017
@@ -629,8 +629,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "  3. Roll back the working state to checkpoint NUMBER.\n"
      "  4. List all checkpoints.\n"
      "  5. Squash all checkpoints to just a base and working state.\n"
-     "  6. Return to a plain WC based on the original repository.\n"
-     "     ### doesn't yet delete the checkpoint repo\n"),
+     "  6. Return to a plain WC based on the original repository.\n"),
     {'q',
      /*'-N', opt_depth, opt_targets, opt_changelist,*/
      /*SVN_CL__LOG_MSG_OPTIONS*/} },