FS#57170 - [mercurial] missing zsh completion for chg
Attached to Project:
Arch Linux
Opened by andya (andya) - Saturday, 20 January 2018, 09:14 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Thursday, 08 February 2018, 11:12 GMT
Opened by andya (andya) - Saturday, 20 January 2018, 09:14 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Thursday, 08 February 2018, 11:12 GMT
|
Details
Description:
The package ships with binary `chg` for fast c-based startup, but doesn't provide zsh completions for it. Fixing is as simple as copying contrib/zsh_completion/_hg to _chg and doing `sed 's/hg/chg/g' _chg`. Additional info: * Any version Steps to reproduce: * type `hg <TAB>` * type `chg <TAB>` * see the difference |
This task depends upon
Closed by Bartłomiej Piotrowski (Barthalion)
Thursday, 08 February 2018, 11:12 GMT
Reason for closing: Upstream
Thursday, 08 February 2018, 11:12 GMT
Reason for closing: Upstream
Comment by andya (andya) -
Saturday, 20 January 2018, 09:25 GMT
Implemented patch, also covering bash
Comment by andya (andya) -
Saturday, 20 January 2018, 09:28 GMT
Ignore the previous attachment
Comment by
Bartłomiej Piotrowski (Barthalion)
- Thursday, 08 February 2018, 11:12 GMT
The change should be implemented upstream, most likely by
extending completion files to cover chg command by default. Please
bring it there (and re-open this issue if they'll disagree),
PKGBUILD
(2.6 KiB)