summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-10 18:10:19 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-10 18:10:19 +0000
commit0da9c28c50c5dc3f8c303b58fdc109365847362b (patch)
tree4c808e2950927e83c42ab2171c64111510abd970 /DOCS
parentd6d942d8ddd8653dc2629a6d808853237f1d069a (diff)
downloadmpv-0da9c28c50c5dc3f8c303b58fdc109365847362b.tar.bz2
mpv-0da9c28c50c5dc3f8c303b58fdc109365847362b.tar.xz
Clarify policy on feature removal.
(recommitted patch by Diego) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17579 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/cvs-howto.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/tech/cvs-howto.txt b/DOCS/tech/cvs-howto.txt
index 6595fb2b30..8de6029607 100644
--- a/DOCS/tech/cvs-howto.txt
+++ b/DOCS/tech/cvs-howto.txt
@@ -155,9 +155,9 @@ II. POLICY / RULES:
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