Switch to side-by-side view

--- a/makedist.sh
+++ b/makedist.sh
@@ -36,7 +36,7 @@
 $TAR chfX - excludefile .  | (cd $topdir;$TAR xvf -)
 
 CVSTAG="SQLSCREENS_$versionforcvs"
-[ $dotag = "yes" ] && cvs tag -F $CVSTAG .
+[ $dotag = "yes" ] && hg tag -F $CVSTAG .
 
 out=sqlscreens-$version.tar.gz
 (cd $targetdir ; \