diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-15 21:47:05 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-15 21:47:05 -0200 |
commit | 4afe7ace95f920cd15994f7f5481c3e2e4bf2f20 (patch) | |
tree | ae5e2b1cd7372d047dc86fa4e7d895d359743af3 /hgimport | |
parent | 67d4bbfab2d21c1db37450de05bbd5c1d2821500 (diff) | |
parent | 42da15fd4491ffc87425d4942c97f4fe22b3f94d (diff) | |
download | mediapointer-dvb-s2-4afe7ace95f920cd15994f7f5481c3e2e4bf2f20.tar.gz mediapointer-dvb-s2-4afe7ace95f920cd15994f7f5481c3e2e4bf2f20.tar.bz2 |
merge: http://linuxtv.org/hg/~tlorenz/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'hgimport')
-rwxr-xr-x | hgimport | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -104,6 +104,6 @@ done # To cherry pick all files, you can do something like: -#for i in $TMP/newpatches/*; do -# hg import $i; -#done +for i in $TMP/newpatches/*; do + hg import $i; +done |