Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / Release / CVS / Template
blob41a624a6f1f8585935a2e69984faf62b42d8834a
1 CVS: ----------------------------------------------------------------------
2 CVS: CVS Commits to CMake/ITK/ParaView/VTK require commit type in the
3 CVS: comment. Valid commit types are:
4 CVS:
5 CVS:   BUG:   - a change made to fix a runtime issue
6 CVS:            (crash, segmentation fault, exception, or incorrect result,
7 CVS:   COMP:  - a fix for a compilation issue, error or warning,
8 CVS:   ENH:   - new functionality added to the project,
9 CVS:   PERF:  - a performance improvement,
10 CVS:   STYLE: - a change that does not impact the logic or execution of the
11 CVS:            code. (improve coding style, comments, documentation).
12 CVS: 
13 CVS: The cvs command to commit the change is: 
14 CVS: 
15 CVS:   cvs commit -m "BUG: fixed core dump when passed float data" filename
16 CVS: 
17 CVS: you can also use the syntax below which omits the -m flag. In this
18 CVS: case cvs will start up an editor for you to enter a comment on why you
19 CVS: made the change.
20 CVS: 
21 CVS:   cvs commit filename
22 CVS: ----------------------------------------------------------------------