commit 7a2b49aa077d5845dccadf42fe476fb2da5d5b4c
Author: Elan Ruusamäe <[email protected]>
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() {
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit