diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-09-12 15:20:14 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-09-12 15:20:14 -0300 |
| commit | 501a54f0edea703168f8fb7d5e27e915087906e6 (patch) | |
| tree | bbbe1072fcfd0aaa02d66c9b91a0cab076a37b69 /mailimport | |
| parent | 995f38acadb5dae1fb1b2769714d5e45aeb9db5c (diff) | |
| parent | d97a5c24bb8f480281d7bedce89525dab393b142 (diff) | |
| download | mediapointer-dvb-s2-501a54f0edea703168f8fb7d5e27e915087906e6.tar.gz mediapointer-dvb-s2-501a54f0edea703168f8fb7d5e27e915087906e6.tar.bz2 | |
merge: http://linuxtv.org/hg/~mcisely/pvrusb2
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'mailimport')
| -rwxr-xr-x | mailimport | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mailimport b/mailimport index c7e1bf80a..b072bf5f3 100755 --- a/mailimport +++ b/mailimport @@ -87,6 +87,7 @@ apply_patch () { done committer=`grep "Committer:" $TMP2|sed s/"#Committer: "//` + date=`grep "Date:" $TMP2|sed s/"#Date: "//` if [ "$usemq" != "" ]; then name=`cat $next | perl -ne ' @@ -106,8 +107,8 @@ apply_patch () { cat $next| grep -v "^#" >$TMPDIR/$name - echo hg -m "`cat $TMP2|grep -v "^#"`" qnew $name - hg qnew -m "`cat $TMP2|grep -v "^#"`" $name + echo hg -d "$date" -m "`cat $TMP2|grep -v "^#"`" qnew $name + hg qnew -d "$date" -m "`cat $TMP2|grep -v "^#"`" $name make cardlist make whitespace hg qrefresh @@ -142,7 +143,7 @@ apply_patch () { exit fi - hg commit -u "$committer" -m "`cat $TMP2|grep -v "^#"`" $CARDLIST $FILES + hg commit -d "$date" -u "$committer" -m "`cat $TMP2|grep -v "^#"`" $CARDLIST $FILES if [ "$?" != "0" ]; then echo "*** ERROR at hg commit" |
