diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 20:43:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-18 20:43:09 +0000 |
commit | 45325003d1bbcc71e71013510a7a779eb3bb4777 (patch) | |
tree | 0c52b1a93b6036111a684c882aa686033560b252 /shells/bash-completion-classic/files | |
parent | - Update to version 1.7 (diff) |
- Update to version 20040214
PR: ports/63023
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=101352
Diffstat (limited to 'shells/bash-completion-classic/files')
-rw-r--r-- | shells/bash-completion-classic/files/patch-aa | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/shells/bash-completion-classic/files/patch-aa b/shells/bash-completion-classic/files/patch-aa index 3640ef8f21d6..5eace9dd220f 100644 --- a/shells/bash-completion-classic/files/patch-aa +++ b/shells/bash-completion-classic/files/patch-aa @@ -1,5 +1,5 @@ ---- bash_completion.orig Wed Nov 12 02:20:42 2003 -+++ bash_completion Tue Dec 2 11:24:11 2003 +--- bash_completion.orig Wed Feb 18 09:10:18 2004 ++++ bash_completion Wed Feb 18 09:11:01 2004 @@ -31,14 +31,14 @@ if [ -n "${FUNCNAME:-}" ]; then # we're being sourced from within a function, so we can't use @@ -19,21 +19,3 @@ 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 \ |