FS#18237 - [bzr] bash-completion is not complete

Attached to Project: Arch Linux
Opened by Daniel Milde (dundee) - Monday, 08 February 2010, 17:39 GMT
Last edited by Dan Griffiths (Ghost1227) - Friday, 26 February 2010, 21:57 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Hugo Doria (hdoria)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Bash comletion is not complete, because bzr.simple is not copied to /etc/bash_completion.d/ directory.

Solution:

Add this line to build() function in PKGBUILD:

install -D -m644 contrib/bash/bzr.simple ${pkgdir}/etc/bash_completion.d/bzr.simple

Additional info:

bzr 2.0.4

Steps to reproduce:

If you type bzr in terminal and tries to complete using TAB, only few options is offered:

status diff commit ci checkin move remove log info check ignored
This task depends upon

Closed by  Dan Griffiths (Ghost1227)
Friday, 26 February 2010, 21:57 GMT
Reason for closing:  Fixed

Loading...