scripts/svn-diff-editor
author Tomas Zeman <tzeman@volny.cz>
Tue, 18 Mar 2014 12:03:32 +0100
changeset 43 e77797110e95
parent 39 1fc1aab8014b
child 40 7b691c3bba6c
permissions -rwxr-xr-x
config/.hgignore-global
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
39
1fc1aab8014b svn commit helper (displays diff); diff must be manually deleted before committing the changes
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
#!/bin/sh
1fc1aab8014b svn commit helper (displays diff); diff must be manually deleted before committing the changes
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
1fc1aab8014b svn commit helper (displays diff); diff must be manually deleted before committing the changes
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
echo >> "$2"
1fc1aab8014b svn commit helper (displays diff); diff must be manually deleted before committing the changes
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
cat "$1" >> "$2"
1fc1aab8014b svn commit helper (displays diff); diff must be manually deleted before committing the changes
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
rm "$1"
1fc1aab8014b svn commit helper (displays diff); diff must be manually deleted before committing the changes
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
$EDITOR "$2"