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 2012/11/19 00:02:10 UTC

svn commit: r1411016 - /subversion/trunk/subversion/svn/main.c

Author: julianfoad
Date: Sun Nov 18 23:02:10 2012
New Revision: 1411016

URL: http://svn.apache.org/viewvc?rev=1411016&view=rev
Log:
* subversion/svn/main.c^M  (svn_cl__cmd_table): Mention that 'svn patch' supports
    property changes.

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=1411016&r1=1411015&r2=1411016&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Sun Nov 18 23:02:10 2012
@@ -1115,7 +1115,8 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "\n"
      "  A unidiff patch suitable for application to a working copy can be\n"
      "  produced with the 'svn diff' command or third-party diffing tools.\n"
-     "  Any non-unidiff content of PATCHFILE is ignored.\n"
+     "  Any non-unidiff content of PATCHFILE is ignored, except for Subversion\n"
+     "  property diffs as produced by 'svn diff'.\n"
      "\n"
      "  Changes listed in the patch will either be applied or rejected.\n"
      "  If a change does not match at its exact line offset, it may be applied\n"