You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2017/12/24 09:12:38 UTC

svn commit: r1819208 - /subversion/trunk/tools/dist/edit-N-log-messages

Author: danielsh
Date: Sun Dec 24 09:12:38 2017
New Revision: 1819208

URL: http://svn.apache.org/viewvc?rev=1819208&view=rev
Log:
* tools/dist/edit-N-log-messages
  (usage): Document a current limitation.

Modified:
    subversion/trunk/tools/dist/edit-N-log-messages

Modified: subversion/trunk/tools/dist/edit-N-log-messages
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/edit-N-log-messages?rev=1819208&r1=1819207&r2=1819208&view=diff
==============================================================================
--- subversion/trunk/tools/dist/edit-N-log-messages (original)
+++ subversion/trunk/tools/dist/edit-N-log-messages Sun Dec 24 09:12:38 2017
@@ -27,6 +27,11 @@ usage() {
   echo "usage: $NAME -r N:M"
   echo "  will retrieve all log messages in the range rN:rM, open them in"
   echo "  \$EDITOR, and commit any edits to them."
+  echo ""
+  echo "  Run this with cwd being a working copy of ^/subversion/trunk."
+  # TODO: We only need the cwd in case SVN_CLIENT__REVKIND_NEEDS_WC() is true
+  #   for N or M.  When N and M are both numeric or HEAD, teach this script
+  #   to disregard its cwd and contact ^/subversion/trunk directly.
 }
 
 # parse argv