diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-03 16:36:00 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-12-03 16:36:00 -0200 |
commit | d20ee3454faafdf532c7569784918103cce05f44 (patch) | |
tree | 902af0dabd4056074a484740ab1c51bf5256d4db | |
parent | 43fd2de310f83597e5a832b8cd8476631bd9e21b (diff) | |
download | mediapointer-dvb-s2-d20ee3454faafdf532c7569784918103cce05f44.tar.gz mediapointer-dvb-s2-d20ee3454faafdf532c7569784918103cce05f44.tar.bz2 |
Mercurial rejects time fuse in the form of (MET) at timestamp. Remove it.
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rwxr-xr-x | mailimport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailimport b/mailimport index 31638f902..b02b6e779 100755 --- a/mailimport +++ b/mailimport @@ -91,7 +91,7 @@ apply_patch () { done committer=`grep "Committer:" $TMP2|sed s/"#Committer: "//` - date=`grep "Date:" $TMP2|sed s/"#Date: "//` + date=`grep "Date:" $TMP2|sed s/"#Date: "//|sed s/\(.*\)//` if [ "$usemq" != "" ]; then name=`cat $next | perl -ne ' |