You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/02/25 19:05:27 UTC

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

Author: stsp
Date: Mon Feb 25 18:05:27 2013
New Revision: 1449792

URL: http://svn.apache.org/r1449792
Log:
* subversion/svn/svn.c
  (svn_cl__cmd_table): Mention the expression 'reverse merge' in the output of
   'svn help merge', since it is a commonly used expression.

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=1449792&r1=1449791&r2=1449792&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Mon Feb 25 18:05:27 2013
@@ -900,7 +900,8 @@ const svn_opt_subcommand_desc2_t svn_cl_
 "     source and target refer to the same branch, a previously committed\n"
 "     revision can be 'undone'. In a reverse range, N is greater than M in\n"
 "     '-r N:M', or the '-c' option is used with a negative number: '-c -M'\n"
-"     is equivalent to '-r M:<M-1>'.\n"
+"     is equivalent to '-r M:<M-1>' Undoing changes like this is also known\n"
+"     as performing a 'reverse merge'.\n"
 "\n"
 "     Multiple '-c' and/or '-r' options may be specified and mixing of\n"
 "     forward and reverse ranges is allowed.\n"