#!/bin/sh -e

JOB="$1"
shift

cvs tag -d "$JOB" "$@"
cvs tag -d "${JOB}_base" "$@"
