Author: stsp
Date: Fri Apr 12 15:05:03 2013
New Revision: 1467303
URL: http://svn.apache.org/r1467303
Log:
* publish/docs/release-notes/1.8.html
(keywords): Provide another custom keyword example that uses characters
other than format codes.
Modified:
subversion/site/publish/docs/release-notes/1.8.html
Modified: subversion/site/publish/docs/release-notes/1.8.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1467303&r1=1467302&r2=1467303&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Fri Apr 12 15:05:03 2013
@@ -1713,7 +1713,10 @@ file like any other keyword: <tt>$MyKeyw
<p>The <tt>svn help propset</tt> command lists the known format codes
which can be used in custom keyword definitions, which are also shown
-in the table below.</p>
+in the table below. Any characters in the keyword definition which are
+not format codes are expanded literally, i.e. a keyword such as
+<tt>MyAuthor=Author:%_%a</tt> will expand to <tt>Author: joe</tt>
+if the last-changed revision's author is "joe".</p>
<table border="1">
<tr>