[packages/rpm-build-tools] shrc: cleanup cv, cvslog - cvs specific tools

glen glen at pld-linux.org
Mon Aug 13 07:27:28 CEST 2012


commit 7a2b49aa077d5845dccadf42fe476fb2da5d5b4c
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Aug 13 08:27:24 2012 +0300

    shrc: cleanup cv, cvslog - cvs specific tools

 shrc.sh | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/shrc.sh b/shrc.sh
index 04da3c5..ccc3997 100755
--- a/shrc.sh
+++ b/shrc.sh
@@ -186,7 +186,6 @@ get-buildlog() {
 
 fi # no $dist set
 
-alias cv='cvs status -v'
 alias adif="dif -x '*.m4' -x ltmain.sh -x install-sh -x depcomp -x 'Makefile.in' -x compile -x 'config.*' -x configure -x missing -x mkinstalldirs -x autom4te.cache"
 alias pclean="sed -i~ -e '/^\(?\|=\+$\|unchanged:\|diff\|only\|Only\|Files\|Common\|Index:\|RCS file\|retrieving\)/d'"
 
@@ -287,14 +286,6 @@ sed -e '
 ' ${1:+"$@"}
 }
 
-# chdir to file location and do 'cvs log'
-cvslog() {
-	local f="$1"
-	local d="${f%/*}"
-	[ "$d" = "$f" ] && d=.
-	(builtin cd $d && cvs log ${f##*/})
-}
-
 # does diff between FILE~ and FILE
 # the diff can be applied with patch -p1
 d() {


More information about the pld-cvs-commit mailing list