GNOME Bugzilla – Bug 624461
Prompt before filing a bug that looks like it already is filed
Last modified: 2011-09-12 20:04:08 UTC
At least twice I've done 'git bz file' rather than 'git bz attach' for a fix for an existing bug where I already put the bug URL into the comment. If the comment already seems to have a bug #, probably makes sense for git bz file to prompt before filing a new bug. (Shouldn't refuse to file it, because sometimes you do want the commit to have two bug numbers; for the same bug in two modules, say, or upstream and downstream.)
Created attachment 196301 [details] [review] Catch trying to refile an already filed bug If 'git bz file' is used with a commit message that contains a bug reference, prompt before filing again.
Attachment 196301 [details] pushed as 4fd0cc4 - Catch trying to refile an already filed bug