Changes between Version 14 and Version 15 of DevelopmentProcedure
- Timestamp:
- 09/28/11 10:29:32 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentProcedure
v14 v15 14 14 {{{ 15 15 hg add <filename(s)> 16 hg ci 16 hg ci -m "comments" 17 17 }}} 18 18 If it did not work, you will have to go back and check everything you have changed, fix it, recompile, rerun, and recheck. If everything works and you have committed your changes, it is time to test the rest of the code with the test suite.