summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-08 14:45:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-08 14:45:13 +0000
commit4a0f73b99585d1160d19400f404f466717f82e80 (patch)
tree5dd09a865fe20b7c10c4d4e228f0c3fb8e7e9897 /Tools
parentDo not assume the compiler is g++ (diff)
Remove ^MFH: lines from the log
Notes
Notes: svn path=/head/; revision=339142
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/mfh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/mfh b/Tools/scripts/mfh
index fbdf5fca4fa7..7e3d5e9bf594 100755
--- a/Tools/scripts/mfh
+++ b/Tools/scripts/mfh
@@ -73,7 +73,7 @@ for f in $(svn diff --summarize -c $rev svn://svn.FreeBSD.org/ports/head); do
done
filelist=$(echo -e $filelist | sort -u)
echo "MFH: r$rev" > commit.txt
-svn log -r$rev svn://svn.freebsd.org/ports/head | sed '1,2d;$d' >> commit.txt
+svn log -r$rev svn://svn.freebsd.org/ports/head | sed '1,2d;$d;/^MFH:/d' >> commit.txt
for f in ${filelist}; do
svn up --parents ${branch}/${f}
done