Author: cmpilato
Date: Wed Dec  2 16:38:10 2009
New Revision: 886197

URL: http://svn.apache.org/viewvc?rev=886197&view=rev
Log:
Fix another blatant, flagrant, evil lie of the Devil (as in r886164)
found in the usage message for 'svn update'.

* subversion/svn/main.c
  (svn_cl__cmd_table): Stop claiming that --set-depth (when used with
    'svn update') can't make directories more shallow, because since
    1.6 was released, it certainly can.

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=886197&r1=886196&r2=886197&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Wed Dec  2 16:38:10 2009
@@ -1080,9 +1080,7 @@
      "  in the first column with code 'E'.\n"
      "\n"
      "  Use the --set-depth option to set a new working copy depth on the\n"
-     "  targets of this operation.  Currently, the depth of a working copy\n"
-     "  directory can only be increased (telescoped more deeply); you cannot\n"
-     "  make a directory more shallow.\n"),
+     "  targets of this operation.\n"),
     {'r', 'N', opt_depth, opt_set_depth, 'q', opt_merge_cmd, opt_force,
      opt_ignore_externals, opt_changelist, opt_editor_cmd, opt_accept} },
 


Reply via email to