diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-11-11 20:54:14 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-11-11 20:54:14 +0000 |
commit | 0e036a8e0a474e1b56d8197b6243b054e272f077 (patch) | |
tree | 892090268d9a45b247564dd96be7298e58709c4a /GNUmakefile | |
parent | 8efad901380412c546ca301d48e1d11af4d8e55a (diff) |
Test a git commit while svn not up to date
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@153 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index ec0c031..80b301e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -60,5 +60,6 @@ release: @git svn rebase @echo "\nHow about make test, make check and make vignette?" @echo "\nIs the DESCRIPTION file up to date?" + @echo "\nPerform final changes and commit with `git commit --amend`.' @echo "\nIf the above is taken care of, run `git svn dcommit`' @echo "and then `git push origin master` |