# HG changeset patch # User rathann # Date 1139595019 0 # Node ID 22632c215d594833a7dcf8a2909541839284dfd1 # Parent 0f6b020f867de50e5fd7ab7ca160e88bbabba70b Clarify policy on feature removal. (recommitted patch by Diego) diff -r 0f6b020f867d -r 22632c215d59 DOCS/tech/cvs-howto.txt --- a/DOCS/tech/cvs-howto.txt Fri Feb 10 10:42:40 2006 +0000 +++ b/DOCS/tech/cvs-howto.txt Fri Feb 10 18:10:19 2006 +0000 @@ -155,9 +155,9 @@ 3. Do not commit unrelated changes together, split them into self-contained pieces. -4. Do not change behavior of the program (renaming options etc) without - first discussing it on the mplayer-dev-eng mailing list. Do not remove - functionality from the code. Just improve! +4. Do not change behavior of the program (renaming options etc) or + remove functionality from the code without first discussing it + on the mplayer-dev-eng mailing list. 5. Do not commit changes to the build system (Makefiles, configure script) which change behaviour, defaults etc, without asking first. The same