]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
shrc: cleanup cv, cvslog - cvs specific tools
authorElan Ruusamäe <glen@delfi.ee>
Mon, 13 Aug 2012 05:27:24 +0000 (08:27 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 13 Aug 2012 05:27:24 +0000 (08:27 +0300)
shrc.sh

diff --git a/shrc.sh b/shrc.sh
index 04da3c57f54fd6f6c5ed2f3af8718a3eb9067f47..ccc3997daf64db6943cf39a8a49f51781323bab1 100755 (executable)
--- 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() {
This page took 0.065802 seconds and 4 git commands to generate.