Mercurial
Mercurial
>
code-snippets
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
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"