*** empty log message ***

This commit is contained in:
Markus Armbruster 2006-03-08 20:10:43 +00:00
parent 9e3825ee46
commit baf7df56be

8
src/scripts/tag-changeling Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh -e
# Push revision BASE to Changeling blitz
echo Moving tag prev-changeling...
cvs "$@" rtag -r changeling -a -F prev-changeling empserver
echo Deleting tag changeling
cvs "$@" rtag -d changeling empserver
echo Tagging changeling...
cvs "$@" tag changeling