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>
Tue, 18 Mar 2014 12:03:32 +0100
changeset 43
e77797110e95
parent 39
1fc1aab8014b
child 40
7b691c3bba6c
permissions
-rwxr-xr-x
config/.hgignore-global
#!/bin/sh
echo >> "$2"
cat "$1" >> "$2"
rm "$1"
$EDITOR "$2"