From d20ee3454faafdf532c7569784918103cce05f44 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 3 Dec 2007 16:36:00 -0200 Subject: Mercurial rejects time fuse in the form of (MET) at timestamp. Remove it. From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- mailimport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailimport') 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 ' -- cgit v1.2.3