Download this file
#!/bin/sh RELEASE="$1" if [ -z "$RELEASE" ] ; then echo "You forgot the version number" >&2 exit 1 fi [ -n "$2" ] && REVISION="-r $2" bzr tag --force stable bzr tag --force roxterm-$RELEASE