scripts/svn-diff-editor
author Tomas Zeman <tzeman@volny.cz>
Wed, 18 Dec 2013 09:20:53 +0100
changeset 39 1fc1aab8014b
child 40 7b691c3bba6c
permissions -rwxr-xr-x
svn commit helper (displays diff); diff must be manually deleted before committing the changes

#!/bin/sh

echo >> "$2"
cat "$1" >> "$2"
rm "$1"
$EDITOR "$2"