[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.
|
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.