On 01/15/15 10:21, Evan Huus wrote:
Public service announcement, since I've gotten a few emails from
people confused why bugzilla integration seems flaky:

The bugzilla integration will not automatically pick up on the Bug:
#### line unless it is part of the footer (i.e. not separated by blank
lines from the rest of the Change-Id: lines and similar). The
following message will work:

Make some change

Bug: 1234
Change-Id: Iblahblahblah

But this one won't:

Make some change
Bug: 1234

Change-Id: Iblahblahblah

... And this means that when you're doing a commit (which does not yet include the Change-Id--since that's automatically added later) you need to put the Bug: line immediately prior to the comments, like:

Test commit

Bug: 1234
# Please enter the commit message for your changes. Lines starting

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to