Mercurial
Mercurial
>
code-snippets
/ comparison
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
changeset 39
1fc1aab8014b
child 40
7b691c3bba6c
equal
deleted
inserted
replaced
38:3afc2ae852e5
39:1fc1aab8014b
1
#!/bin/sh
2
3
echo >> "$2"
4
cat "$1" >> "$2"
5
rm "$1"
6
$EDITOR "$2"