diff options
author | Thomas Kahle <tom111@gmx.de> | 2013-04-02 06:25:31 -0700 |
---|---|---|
committer | Thomas Kahle <tom111@gmx.de> | 2013-04-02 06:25:31 -0700 |
commit | 1b247742f7218b898c83974e5a1ba5a7e8cd4b69 (patch) | |
tree | d3259b0bae11bf22c383b4bfa66fe106f0538af5 | |
parent | Make error message for -u more evocative (diff) | |
parent | Perform cvs update first. (diff) | |
download | tatt-1b247742f7218b898c83974e5a1ba5a7e8cd4b69.tar.gz tatt-1b247742f7218b898c83974e5a1ba5a7e8cd4b69.tar.bz2 tatt-1b247742f7218b898c83974e5a1ba5a7e8cd4b69.zip |
Merge pull request #8 from johu/template
Perform cvs update first.
-rw-r--r-- | templates/commit-snippet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/commit-snippet b/templates/commit-snippet index 3c51edb..496e420 100644 --- a/templates/commit-snippet +++ b/templates/commit-snippet @@ -1,6 +1,7 @@ # Code for keywording @@EBUILD@@ cd @@CP@@ +cvs up ekeyword @@NEWKEYWORD@@ @@EBUILD@@ echangelog "marked @@NEWKEYWORD@@ per bug @@BUG@@" || { echo " *** echangelog failed" |