The patch number 10554 was added via Mauro Carvalho Chehab <mche...@redhat.com>
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:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Mauro Carvalho Chehab  <mche...@redhat.com>
hgimport: only merge if pull returns without any error


Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>


---

 hgimport |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff -r e53bc92415bc -r a86bbf918942 hgimport
--- a/hgimport  Fri Feb 13 18:29:48 2009 -0200
+++ b/hgimport  Fri Feb 13 18:30:45 2009 -0200
@@ -105,5 +105,4 @@ echo To cherry pick all files, you can d
 echo To cherry pick all files, you can do something like:
 echo "for i in $TMP/*.patch; do ./mailimport \$i; done"
 echo "To merge it, the better is to do:"
-echo "hg pull $1; hg merge && hg commit && make && hg push"
-
+echo "hg pull $1 && hg merge && hg commit && make && hg push"


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/a86bbf918942ef80bb1b014576caa5217cc6351b

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to