#!/bin/sh

. cvs-tools-conf
cd "$CVS_TOOLS_CHANGES/$1"
cvs diff -kk -u -r "$1_base" -r "$1"
