summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.patches15
1 files changed, 6 insertions, 9 deletions
diff --git a/README.patches b/README.patches
index 7eef514a6..61354ac0b 100644
--- a/README.patches
+++ b/README.patches
@@ -20,14 +20,12 @@ http://linuxtv.org/downloads/quilt
== Getting the latest Snapshot
- To get the latest sources from CVS you need to issue the
-following commands:
+ To get the latest sources from Hg you need to issue the
+following command:
-cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux login
-(use an empty password)
+hg clone http://linuxtv.org/hg/v4l-dvb
-cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux co -P v4l-dvb
-* Patches should be built against video4linux cvs.
+* Patches should be built against v4l-dvb master Hg repository.
=== How to get your changes into the mainline tree?
@@ -37,10 +35,9 @@ video4linux-list@redhat.com. For DVB changes, the mailing list
is linux-dvb@linuxtv.org. The latest requires subscription.
http://linuxtv.org/lists.php
-2. Using [PATCH] at subject will help CVS maintainers to better handing
-it.
+2. Using [PATCH] at subject will help maintainers to better handle it.
-3. Please edit also ChangeLog, including some comments about it.
+3. Please include a ChangeLog description in the headers of your patch.
4. Every patch shall have a Developers Certificate of Origin like