[svn:parrot] r42652 - in trunk/docs: . project

coke at svn.parrot.org coke at svn.parrot.org
Sat Nov 21 03:23:40 UTC 2009


Author: coke
Date: Sat Nov 21 03:23:39 2009
New Revision: 42652
URL: https://trac.parrot.org/parrot/changeset/42652

Log:
avoid redundancy, don't use title when we mean number, and pick tag for something in the repo.

Modified:
   trunk/docs/compiler_faq.pod
   trunk/docs/project/ticket_triaging.pod

Modified: trunk/docs/compiler_faq.pod
==============================================================================
--- trunk/docs/compiler_faq.pod	Sat Nov 21 03:23:02 2009	(r42651)
+++ trunk/docs/compiler_faq.pod	Sat Nov 21 03:23:39 2009	(r42652)
@@ -179,7 +179,7 @@
 =end PIR
 
 The sub C<bar> will return to the caller of C<foo>. (Warning! This fails
-in some cases. XXX Find the TT ticket and reference it here.)
+in some cases. XXX Find the Trac ticket and reference it here.)
 
 =head2 How do I generate a sub call with a variable-length parameter
 list in PIR?

Modified: trunk/docs/project/ticket_triaging.pod
==============================================================================
--- trunk/docs/project/ticket_triaging.pod	Sat Nov 21 03:23:02 2009	(r42651)
+++ trunk/docs/project/ticket_triaging.pod	Sat Nov 21 03:23:39 2009	(r42652)
@@ -332,11 +332,11 @@
 
 =item Put a subsystem identifier out the front
 
-  [tcl]: commit message
+  [json]: commit message
 
-=item If related to an TT ticket, use the ticket title
+=item If related to a Trac ticket, use the ticket number
 
-  [tcl]: #37301: [BUG] 9262: env tests failing on win32
+  [json]: Resolve #731
 
 =item Add a "Courtesy of <foo>" if supplied by someone else
 


More information about the parrot-commits mailing list