diff options
author | obrien <obrien@FreeBSD.org> | 2003-12-07 05:30:01 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-12-07 05:30:01 +0800 |
commit | 7da7ad979f072443764410244a770753e677edbd (patch) | |
tree | abbf1ae7dd3c58dadc42db9817b5deb19f6c7776 /shells | |
parent | 205267a1fe882656d6844b11973b78cb51417433 (diff) | |
download | freebsd-ports-gnome-7da7ad979f072443764410244a770753e677edbd.tar.gz freebsd-ports-gnome-7da7ad979f072443764410244a770753e677edbd.tar.zst freebsd-ports-gnome-7da7ad979f072443764410244a770753e677edbd.zip |
Add 'cvs blame' support.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-completion-classic/files/patch-aa | 26 | ||||
-rw-r--r-- | shells/bash-completion/files/patch-aa | 26 |
2 files changed, 44 insertions, 8 deletions
diff --git a/shells/bash-completion-classic/files/patch-aa b/shells/bash-completion-classic/files/patch-aa index c7f35671ccef..3640ef8f21d6 100644 --- a/shells/bash-completion-classic/files/patch-aa +++ b/shells/bash-completion-classic/files/patch-aa @@ -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 \ diff --git a/shells/bash-completion/files/patch-aa b/shells/bash-completion/files/patch-aa index c7f35671ccef..3640ef8f21d6 100644 --- a/shells/bash-completion/files/patch-aa +++ b/shells/bash-completion/files/patch-aa @@ -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 \ |