You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2011/07/08 22:09:07 UTC

svn commit: r1144474 - /subversion/trunk/subversion/libsvn_repos/repos.c

Author: cmpilato
Date: Fri Jul  8 20:09:07 2011
New Revision: 1144474

URL: http://svn.apache.org/viewvc?rev=1144474&view=rev
Log:
Minor, arguably near-pointless, change to a hook template.

* subversion/libsvn_repos/repos.c
  (create_hooks): Use "REV" instead of "REVISION" for consistency with
    other hook templates.

Modified:
    subversion/trunk/subversion/libsvn_repos/repos.c

Modified: subversion/trunk/subversion/libsvn_repos/repos.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/repos.c?rev=1144474&r1=1144473&r2=1144474&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/repos.c (original)
+++ subversion/trunk/subversion/libsvn_repos/repos.c Fri Jul  8 20:09:07 2011
@@ -477,7 +477,7 @@ PREWRITTEN_HOOKS_TEXT
 "# arguments:"                                                               NL
 "#"                                                                          NL
 "#   [1] REPOS-PATH   (the path to this repository)"                         NL
-"#   [2] REVISION     (the revision being tweaked)"                          NL
+"#   [2] REV          (the revision being tweaked)"                          NL
 "#   [3] USER         (the username of the person tweaking the property)"    NL
 "#   [4] PROPNAME     (the property being set on the revision)"              NL
 "#   [5] ACTION       (the property is being 'A'dded, 'M'odified, or 'D'eleted)"