Author: stsp
Date: Wed Aug 17 11:27:00 2011
New Revision: 1158634

URL: http://svn.apache.org/viewvc?rev=1158634&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__cmd_table): Fix an error in the 'svn revert' help text.
   The text used to say that 'svn revert' didn't restore removed directories
   (removed via OS commands, not 'svn rm'). This was true in 1.6, but is not
   true anymore in 1.7.

Modified:
    subversion/trunk/subversion/svn/main.c

Modified: subversion/trunk/subversion/svn/main.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=1158634&r1=1158633&r2=1158634&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Wed Aug 17 11:27:00 2011
@@ -1184,7 +1184,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "usage: revert PATH...\n"
      "\n"
      "  Note:  this subcommand does not require network access, and resolves\n"
-     "  any conflicted states.  However, it does not restore removed 
directories.\n"),
+     "  any conflicted states.\n"),
     {opt_targets, 'R', opt_depth, 'q', opt_changelist} },
 
   { "status", svn_cl__status, {"stat", "st"}, N_


Reply via email to