remove files unneeded for lttv
[lttv.git] / scripts / svn-diff
diff --git a/scripts/svn-diff b/scripts/svn-diff
deleted file mode 100755 (executable)
index 09add31..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh
-
-# wrapper for svn diff command
-#
-# svn always call this with: 
-#      $1      = -u
-#      $2      = -L
-#      $3      = left file label
-#      $4      = -L
-#      $5      = right file label
-#      $6      = left file name
-#      $7      = right file name
-
-OLDDIR=a
-NEWDIR=b
-
-exec /usr/bin/diff -up "$1" "$2" "$3" "$4" "$5" "$6" "$7" | \
-       sed -e "s/^--- \([^\/].*\)/--- $OLDDIR\/\1/" | \
-       sed -e "s/^+++ \([^\/].*\)/+++ $NEWDIR\/\1/"
-
This page took 0.022873 seconds and 4 git commands to generate.