I hope this isn''t a dumb question, but I can''t see how to do this on Trac for Rails. Is there a way to create bug dependencies? I have two patches, one for a normal bug, the other for an enhancement request. The enhancement patch requires the patch for the other to be integrated first. Or is it simply appropriate just to wait to submit the second until the first is integrated? Thanks, Joe
Joseph Hosteny wrote:> I hope this isn''t a dumb question, but I can''t see how to do this on > Trac for Rails. Is there a way to create bug dependencies? I have two > patches, one for a normal bug, the other for an enhancement request. The > enhancement patch requires the patch for the other to be integrated first.Simply write "Depends on Ticket #123" in the description. David has a powerful parse engine built in ;) jeremy