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 2018/07/09 16:49:19 UTC

svn commit: r1835457 - /subversion/trunk/subversion/svn/svn.c

Author: julianfoad
Date: Mon Jul  9 16:49:19 2018
New Revision: 1835457

URL: http://svn.apache.org/viewvc?rev=1835457&view=rev
Log:
Shelving: Cross-reference from 'svn shelf-diff' to 'svn diff'.

* subversion/svn/svn.c
  (svn_cl__cmd_table): Add a note.

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=1835457&r1=1835456&r2=1835457&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Mon Jul  9 16:49:19 2018
@@ -1955,6 +1955,9 @@ const svn_opt_subcommand_desc3_t svn_cl_
      "\n"), N_(
      "  Show the changes in SHELF:VERSION (default: latest) as a diff.\n"
      "\n"), N_(
+     "  See also: 'svn diff --cl=svn:shelf:SHELF' which supports most options of\n"
+     "  'svn diff'.\n"
+     "\n"), N_(
      "  The shelving feature is EXPERIMENTAL. This command is likely to change\n"
      "  in the next release, and there is no promise of backward compatibility.\n"
     )},