Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 75253

Summary: bash-completion on RCS commands does not list ,v files not in /RCS/ directory
Product: Gentoo Linux Reporter: Ed Catmur <ed>
Component: Current packagesAssignee: Gentoo Shell Tools project <shell-tools>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2004.3   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: 20041017-rcs.diff

Description Ed Catmur 2004-12-21 16:13:03 UTC
$ ci foo
foo,v  <--  foo
enter description, terminated with single '.' or end of file:
NOTE: This is NOT the log message!
>> .
initial revision: 1.1
done
$ co f<tab><tab>
(nothing)

Expected:
foo
Comment 1 Ed Catmur 2004-12-21 16:16:28 UTC
Created attachment 46590 [details, diff]
20041017-rcs.diff

Add ,v RCS files to the list for RCS commands. Shouldn't have any side effects.


I'll leave it to you to upstream this one.
Comment 2 Aaron Walker (RETIRED) gentoo-dev 2005-01-02 08:13:31 UTC
I've mailed the patch upstream; in the mean time I've added it to bash-completion-20041017-r3.  I'm waiting for some gentoo-bashcomp bugs to be closed before bumping to r4.

Thanks for the patch Ed.