Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75253 - bash-completion on RCS commands does not list ,v files not in /RCS/ directory
Summary: bash-completion on RCS commands does not list ,v files not in /RCS/ directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-21 16:13 UTC by Ed Catmur
Modified: 2005-01-02 08:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
20041017-rcs.diff (20041017-rcs.diff,574 bytes, patch)
2004-12-21 16:16 UTC, Ed Catmur
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.