GNOME Bugzilla – Bug 744252
git-bz broken with new bugzilla.gnome.org, can't make as "committed"
Last modified: 2015-02-10 13:25:19 UTC
$ git bz push Can't mark patch as 'c'; only obsolete is supported on bugzilla.gnome.org 'c' should mark the patch as committed.
Do you have the fixup commit 8fd018ff0675 in your git-bz, assuming you’re using branch http://cgit.collabora.com/git/user/pwith/git-bz.git?h=bugzilla-4.4?
(In reply to Philip Withnall from comment #1) > Do you have the fixup commit 8fd018ff0675 in your git-bz, assuming you’re > using branch > http://cgit.collabora.com/git/user/pwith/git-bz.git?h=bugzilla-4.4? That branch fixes it, after adding the python-argcomplete module. Note that argument completion doesn't work for me, may be missing something else.
(In reply to Bastien Nocera from comment #2) > (In reply to Philip Withnall from comment #1) > > Do you have the fixup commit 8fd018ff0675 in your git-bz, assuming you’re > > using branch > > http://cgit.collabora.com/git/user/pwith/git-bz.git?h=bugzilla-4.4? > > That branch fixes it, after adding the python-argcomplete module. Note that > argument completion doesn't work for me, may be missing something else. Cool. Argument completion is still not very well integrated, due to bash-completion being terrible to hook into. See: https://bugzilla.gnome.org/show_bug.cgi?id=742402#c0