Wireshark mailing list archives

Re: Bugzilla / SVN commit autolinkification


From: Gerald Combs <gerald () wireshark org>
Date: Sun, 01 Apr 2012 17:38:12 -0700

On 4/1/12 4:50 PM, Bill Meier wrote:
On 4/1/2012 4:46 PM, Gerald Combs wrote:
I managed to convince Bugzilla to automatically link SVN revision
references in bug comments (e.g. "r12345") to the repository viewer at
anonsvn.wireshark.org/viewvc. The regex looks for "r", "rev", and
"revision":

   (?:r|rev \#?|revision \#?)\s?\d{1,6}


Suggestion:

Add

|SVN \#?

to the first part of the regex

Done.
___________________________________________________________________________
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-request () wireshark org?subject=unsubscribe


Current thread: