[Bash-completion-devel] [bash-completion-Bugs][312774] Redirection in cvs command does not work

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Mon Apr 25 10:57:56 UTC 2011


Bugs item #312774, was changed at 2010-10-21 00:10 by Ville Skyttä 
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312774&group_id=100114

>Status: Closed
Priority: 3
Submitted By: Nobody (None)
>Assigned to: Ville Skyttä  (scop-guest)
Summary: Redirection in cvs command does not work 
Distribution: Ubuntu
Originally reported in: None
>Milestone: 2.0
>Status: Fix Committed
Original bug number: 


Initial Comment:
Anonymous message posted by markw at digi.com

Ubuntu 10.04 with bash and bash-completion packages installed.

$ cvs -nq diff >d :Tab::Tab: does not work when non-CVS files are in list.

Take an existing CVS checkout directory and create files d,d1 and directories devices and drivers.

Autocompletion will not display files not listed in CVS/Entries file with cvs diff and redirection.

$ cd (some CVS directory)
$ touch d
$ touch d1
$ mkdir devices
$ mkdir drivers
$ cvs add devices
$ cvs add drivers
$ cvs -nq diff >d :Tab::Tab:
devices drivers
$ cvs -nq diff >d
Notice: d and d1 are not displayed in completion list.


----------------------------------------------------------------------

>Comment By: Ville Skyttä  (scop-guest)
Date: 2011-04-25 13:57

Message:
Fixed as part of the recent generic redirection work.

http://git.debian.org/?p=bash-completion/bash-completion.git;a=commitdiff;h=32dbe76784acc39b17ee9ca7bc21c28f4f2b23b5
http://git.debian.org/?p=bash-completion/bash-completion.git;a=commitdiff;h=4c9789605fdd221e1d60d863c537b5f2782aa296

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312774&group_id=100114



More information about the Bash-completion-devel mailing list