Please read this before reporting a bug:
https://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
|
DetailsDescription:
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

Implemented patch, also covering bash

Ignore the previous attachment

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),