Just 'hidden', I do not believe I would needed it again.
authorshort <>
Tue, 29 Nov 2005 09:07:36 +0000 (09:07 +0000)
committershort <>
Tue, 29 Nov 2005 09:07:36 +0000 (09:07 +0000)
bin/cvsbranchdiff-collapse [deleted file]

diff --git a/bin/cvsbranchdiff-collapse b/bin/cvsbranchdiff-collapse
deleted file mode 100755 (executable)
index 3f59e18..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /usr/bin/perl
-#
-# $Id$
-
-
-use strict;
-use warnings;
-
-undef $/;
-$_=<>;
-while (s/^(cp -p .+); cvs add -kk (.+)\n((?:cp -p .+\n)*)(cp -p .*); cvs add -kk (.+)$/$1\n$3$4; cvs add -kk $2 $5/gm) {
-       print STDERR ".\n";
-}
-print;