You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2022/03/04 07:29:05 UTC

svn commit: r1898581 - /httpd/dev-tools/github/README

Author: rpluem
Date: Fri Mar  4 07:29:05 2022
New Revision: 1898581

URL: http://svn.apache.org/viewvc?rev=1898581&view=rev
Log:
* Note some reason changes

Modified:
    httpd/dev-tools/github/README

Modified: httpd/dev-tools/github/README
URL: http://svn.apache.org/viewvc/httpd/dev-tools/github/README?rev=1898581&r1=1898580&r2=1898581&view=diff
==============================================================================
--- httpd/dev-tools/github/README (original)
+++ httpd/dev-tools/github/README Fri Mar  4 07:29:05 2022
@@ -5,19 +5,23 @@ These scripts require the following tool
 - curl
 - svn
 - git
-- hub
+- hub or gh. gh is preferred over hub
 - jq
 
 * create_pr.sh:
   This script creates a pull request against the 2.4.x branch to backport
   the given Subversion revisions from trunk.
 
-* apply_backport_pr.sh: 
+* apply_backport_pr.sh:
   This script applies the pull request <PR number> to the Subversion working
   copy of the branch. It works best with PR's created by create_pr.sh.
 
 * apply_trunk_pr.sh:
   This script applies the pull request <PR number> to the Subversion working
-  copy of the trunk. 
+  copy of the trunk.
+
+* add_rev.sh:
+  This script adds one or more subversion trunk revisions to a PR created
+  with create_pr.sh.
 
 More details can be found at the top of the scripts.