Author: julianfoad
Date: Wed Jun  6 18:51:39 2018
New Revision: 1833066

URL: http://svn.apache.org/viewvc?rev=1833066&view=rev
Log:
Shelving: Adjust 'svn help shelve' now that binary files are supported.

They are supported since r1831344.

* subversion/svn/svn.c
  (svn_cl__cmd_table): Remove 'binary files not supported' note in 'x-shelve'.

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

Modified: subversion/trunk/subversion/svn/svn.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.c?rev=1833066&r1=1833065&r2=1833066&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Wed Jun  6 18:51:39 2018
@@ -2039,7 +2039,7 @@ const svn_opt_subcommand_desc3_t svn_cl_
      "  The kinds of change you can shelve are those supported by 'svn diff'\n"
      "  and 'svn patch'. The following are currently NOT supported:\n"
      "     copies, moves, mkdir, rmdir,\n"
-     "     'binary' content, uncommittable states\n"
+     "     uncommittable states\n"
      "\n"), N_(
      "  To bring back shelved changes, use 'svn unshelve NAME'.\n"
      "\n"), N_(


Reply via email to