[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] keyword documentation correction

From: Edward S. Marshall <esm_at_logic.net>
Date: 2002-03-11 23:41:11 CET

Just a quick update to help people who read the docs before the code. ;-)

-- 
Edward S. Marshall <esm@logic.net>
http://esm.logic.net/
2002-03-11 Edward S. Marshall <esm@logic.net>
	* notes/line-endings-and-keywords.txt: Make docs match reality.
Index: ./notes/line-endings-and-keywords.txt
===================================================================
--- ./notes/line-endings-and-keywords.txt
+++ ./notes/line-endings-and-keywords.txt	Mon Mar 11 15:58:49 2002
@@ -251,14 +251,14 @@
 
    "LastChangedBy"       "Author"    ---> either one expands author
    "LastChangedDate"     "Date"      ---> either one expands date
-   "LastChangedRev"      "Rev"       ---> either one expands rev
-   "HeadUrl"             "URL"       ---> either one expands url
+   "LastChangedRevision" "Rev"       ---> either one expands rev
+   "HeadURL"             "URL"       ---> either one expands url
 
 Here are some example values of the property:
 
    "Rev LastChangedDate HeadURL"
 
-   "Author\nDate  \n  LastChangedRev       URL"
+   "Author\nDate  \n  LastChangedRevision       URL"
 
 Unrecognized words are ignored; absence of the property is the same as
 an empty value or a value with no valid keywords in it.

Received on Mon Mar 11 23:41:40 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.