Changes between Version 14 and Version 15 of DevelopmentProcedure


Ignore:
Timestamp:
09/28/11 10:29:32 (13 years ago)
Author:
ehansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentProcedure

    v14 v15  
    1414{{{
    1515hg add <filename(s)>
    16 hg ci
     16hg ci -m "comments"
    1717}}}
    1818If 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.