Bug#985029: git-phab: non-functional bash-completion script

2021-03-11 Thread Kevin Locke
On Thu, 2021-03-11 at 23:46 +0100, Andrej Shadura wrote: > On Thu, 11 Mar 2021, at 22:53, Kevin Locke wrote: >> I've attached a patch with a functional bash-completion script based on >> the output of register-python-argcomplete3. See patch for specific >> details. > > Thanks a lot! My pleasure.

Bug#985029: git-phab: non-functional bash-completion script

2021-03-11 Thread Andrej Shadura
Hi, On Thu, 11 Mar 2021, at 22:53, Kevin Locke wrote: > The bash-completion script which git-phab installs has a syntax error > (missing } to end the function) and calls a function which is not > defined (_python_argcomplete_global). The errors were hidden due to > bash-completion redirecting std

Bug#985029: git-phab: non-functional bash-completion script

2021-03-11 Thread Kevin Locke
Package: git-phab Version: 2.9.0~git20170531+6877964-1 Severity: normal Tags: patch Dear Maintainer, The bash-completion script which git-phab installs has a syntax error (missing } to end the function) and calls a function which is not defined (_python_argcomplete_global). The errors were hidde