Modify

Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#12833 closed defect (fixed)

can this plugin support more than one ticketids ?

Reported by: anonymous Owned by: Ryan J Ollos
Priority: normal Component: TracTicketChangelogPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

when i commit r123 with content like this

fix #1 ,reason foo
fix #2 ,reason bar
fix #3 ,reason zoo

i only can see a chageset r123 in ticket #1, cant see it in #2 or #3
BR now i want to see the changeset r123 in ticket #1 ,#2 and #3

Attachments (0)

Change History (3)

comment:1 Changed 8 years ago by Ryan J Ollos

Status: newaccepted

It's intended to work, but I'll have to test it out to see.

comment:2 Changed 7 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

In 16442:

TracTicketChangelogPlugin 1.0.0dev: Match each line in multiline string

Fixes #12833.

comment:3 Changed 7 years ago by Ryan J Ollos

After r16442, it looks like you'll want to use log_pattern = ^fix #%s[:\s]+.*$.

I might implement #12621 soon, so keep an eye on that change.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.