Author: pescetti
Date: Sun Oct 26 17:58:21 2014
New Revision: 1634367

URL: http://svn.apache.org/r1634367
Log:
Fix log message syntax as discussed on dev list.

Modified:
    openoffice/site/trunk/content/svn-basics.mdtext

Modified: openoffice/site/trunk/content/svn-basics.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/site/trunk/content/svn-basics.mdtext?rev=1634367&r1=1634366&r2=1634367&view=diff
==============================================================================
--- openoffice/site/trunk/content/svn-basics.mdtext (original)
+++ openoffice/site/trunk/content/svn-basics.mdtext Sun Oct 26 17:58:21 2014
@@ -266,8 +266,7 @@ described in the previous Commit Message
 
 Example similar to one on Committer FAQ:
 
-    Issue #43835:
-    Added some cool new feature.
+    #i999999# Added some cool new feature.
     Patch by: John Doe <john.doe.at.null.org>
     Suggested by: Jane Brown <janeb.at.notnull.org>
 
@@ -275,7 +274,7 @@ Example similar to one on Committer FAQ:
 
 An alternative way is the following command. It adds a new line with "\n":
 
-    $ svn commit -m $'Issue #43835:\nAdded some cool new feature.\nPatch by: /
+    $ svn commit -m $'#i999999# Added some cool new feature.\nPatch by: /
       John Doe <john.doe.at.null.org>\nSubmitted by: John Doe /
       <john.doe.at.null.org>' test-file.txt
 


Reply via email to