1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add 'cvs blame' support.

This commit is contained in:
David E. O'Brien 2003-12-06 21:30:01 +00:00
parent 0081344846
commit a8010e0abe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95203
2 changed files with 44 additions and 8 deletions

View File

@ -1,7 +1,7 @@
--- bash_completion.orig Mon May 26 22:22:44 2003
+++ bash_completion Wed Jun 4 18:02:33 2003
@@ -27,14 +27,14 @@
if [ -n "$FUNCNAME" ]; then
--- bash_completion.orig Wed Nov 12 02:20:42 2003
+++ bash_completion Tue Dec 2 11:24:11 2003
@@ -31,14 +31,14 @@
if [ -n "${FUNCNAME:-}" ]; then
# we're being sourced from within a function, so we can't use
# 'declare', as this will create local variables within a function
- BASH_COMPLETION=${BASH_COMPLETION:-/etc/bash_completion} 2>/dev/null
@ -19,3 +19,21 @@
2>/dev/null
fi
@@ -1222,7 +1222,7 @@
@(ex?(p?(ort))))
mode=export
;;
- @(annotate|diff|history|import|release|status|update|?(un)edit))
+ @(annotate|blame|diff|history|import|release|status|update|?(un)edit))
mode=$i
;;
?(r)log)
@@ -1371,7 +1371,7 @@
fi
;;
"")
- COMPREPLY=( $( compgen -W 'add admin annotate checkout ci co \
+ COMPREPLY=( $( compgen -W 'add admin annotate blame checkout ci co \
commit diff delete edit export \
freeze get history import log new \
patch rcs rdiff release remove \

View File

@ -1,7 +1,7 @@
--- bash_completion.orig Mon May 26 22:22:44 2003
+++ bash_completion Wed Jun 4 18:02:33 2003
@@ -27,14 +27,14 @@
if [ -n "$FUNCNAME" ]; then
--- bash_completion.orig Wed Nov 12 02:20:42 2003
+++ bash_completion Tue Dec 2 11:24:11 2003
@@ -31,14 +31,14 @@
if [ -n "${FUNCNAME:-}" ]; then
# we're being sourced from within a function, so we can't use
# 'declare', as this will create local variables within a function
- BASH_COMPLETION=${BASH_COMPLETION:-/etc/bash_completion} 2>/dev/null
@ -19,3 +19,21 @@
2>/dev/null
fi
@@ -1222,7 +1222,7 @@
@(ex?(p?(ort))))
mode=export
;;
- @(annotate|diff|history|import|release|status|update|?(un)edit))
+ @(annotate|blame|diff|history|import|release|status|update|?(un)edit))
mode=$i
;;
?(r)log)
@@ -1371,7 +1371,7 @@
fi
;;
"")
- COMPREPLY=( $( compgen -W 'add admin annotate checkout ci co \
+ COMPREPLY=( $( compgen -W 'add admin annotate blame checkout ci co \
commit diff delete edit export \
freeze get history import log new \
patch rcs rdiff release remove \