The patch number 9919 was added via Mauro Carvalho Chehab <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[email protected]
------
From: Mauro Carvalho Chehab <[email protected]>
Fix an error and print a line that can be pasted
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
hgimport | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff -r d2eedb425718 -r f869312b9b98 hgimport
--- a/hgimport Thu Dec 18 07:28:35 2008 -0200
+++ b/hgimport Thu Dec 18 13:05:51 2008 -0200
@@ -102,8 +102,5 @@ for i in $TMP/*.patch; do
fi
done
-
-# To cherry pick all files, you can do something like:
-for i in $TMP/newpatches/*; do
- hg import $i;
-done
+echo To cherry pick all files, you can do something like:
+echo "for i in $TMP/*.patch; do ./mailimport \$i; done"
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/f869312b9b98213979b16f85e58215ca1af23937
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits