[Nagiosplug-checkins] CVS: nagiosplug/doc developer-guidelines.sgml,1.2,1.3

Ton Voon tonvoon at users.sourceforge.net
Fri Jul 11 06:07:03 CEST 2003


Update of /cvsroot/nagiosplug/nagiosplug/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv11132

Modified Files:
	developer-guidelines.sgml 
Log Message:
Added in practice of prefixing comments in CVS commits


Index: developer-guidelines.sgml
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/doc/developer-guidelines.sgml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** developer-guidelines.sgml	13 May 2003 23:20:08 -0000	1.2
--- developer-guidelines.sgml	11 Jul 2003 13:06:01 -0000	1.3
***************
*** 500,503 ****
--- 500,512 ----
  	do not handle the latter form</para>
  	</section>
+ 
+ 	<section><title>CVS comments</title>
+ 	<para>When adding CVS comments at commit time, you can use the following prefixes:
+ 	<unorderedlist>
+ 	  <listitem>"-" for a comment that can be removed from the Changelog</listitem>
+ 	  <listitem>"*" for an important amendment to be included into a features list
+ 	</unorderedlist>
+ 	</para>
+ 	</section>
  </section>
  





More information about the Commits mailing list