18 Jun 2006 15:58
web general_development.php,1.6,1.7
Update of /cvsroot/mantisbt/web In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9546 Modified Files: general_development.php Log Message: Fix typo (comit => commit) Index: general_development.php =================================================================== RCS file: /cvsroot/mantisbt/web/general_development.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- general_development.php 19 Sep 2005 01:18:38 -0000 1.6 +++ general_development.php 18 Jun 2006 13:58:49 -0000 1.7 <at> <at> -237,7 +237,7 <at> <at> <p> <span class="section">CVS commits</span> <p> -Please keep comits short and focused. Ideally you would check in all the files affects by your change(s) at one time. You should try to commit after every bugfix or feature addition. Make sure your commit note tells enough so that another developer (familiar with the project) can make sense of what changes were made. Information might include files, functions and variables that were modified. +Please keep commits short and focused. Ideally you would check in all the files affects by your change(s) at one time. You should try to commit after every bugfix or feature addition. Make sure your commit note tells enough so that another developer (familiar with the project) can make sense of what changes were made. Information might include files, functions and variables that were modified. <p> e.g. cvs ci -m "Modified view_all_bug page so that column alignment is better across browsers" view_all_bug_page.php(Continue reading)
RSS Feed