id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
10008,Eclipse MyLyn default Trac commit message format issue,anonymous,mrelbe,The Mylyn plugin to Eclipse (and derivatives like Zend Studio) formats the SVN commit messages as such by default:[[BR]]\r\n\r\n\r\nACCEPTED - # 41: Ticket title_ [[BR]]\r\nURL to ticket in Trac [[BR]]\r\ncommit message[[BR]]\r\n\r\n\r\nIn commit_updater.py_ on line: 157_ your regex doesn't catch the space between # and the ticket number[[BR]]\r\nThis causes the commits not getting associated with the Trac ticket.[[BR]]\r\n\r\n\r\nAlter it as such to match either case: # number or #number[[BR]]\r\n\r\n\r\nticket_prefix = '(?:#\\s?|(?:ticket|issue|bug)[: ]?)'[[BR]]\r\n[[BR]]\r\n[[BR]]\r\nThis might help people using Eclipse with Mylin in getting their past tickets recognized by your Trac plugin_ even if they've changed their settings to match the expected #number format going forward.,enhancement,new,normal,TracTicketChangesetsPlugin,minor,,,,0.12
