Changes between Version 10 and Version 11 of CommitGuides
- Timestamp:
- 07/06/08 07:09:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommitGuides
v10 v11 8 8 - the '''{{{Makefile.am}}}''' in the related directory for autotool 9 9 - the '''{{{CMakeLists.txt}}}''' in the related directory for CMake 10 - Before you commit revise your changes (e.g. with '''hg status''' and '''hg diff'''). Be sure 11 - not to do whitespace changes. (Emacs' '''ediff''', or '''kdiff3''' will help you in getting rid of them.) 12 - not to make reordering of declarations unless it is really necessary. If you must, do it in a separate changeset. 10 13 - Make sure that '''{{{make check}}}''' passes without any compilation warning for each commit with {{{g++-4.3}}}. 11 14 - When files are renamed or new ones added also check the changset with '''{{{make distcheck}}}'''