Hi everyone, This is my first message to this list. Some days ago I tried to use this plugin http://trac-hacks.org/wiki/TracTicketChangelogPlugin from Richard Liao. Apparently all the plugins I could find for integrating a changelog's list within the ticket in Trac, only worked with SVN. I'm far of being a Trac expert, but looking at the code It looked like SVN repositories had built-in support from Trac. I joined the IRC channel and nobody had an answer about how to do this using Mercurial. I thought about coding patches or the missing parts into Trac, but the Project layout is very confusing to me.
So I developed a plugin called TracMercurialChangesetPlugin v0.1 with my friend J. Javier Maestro. This plugins syncs into Trac's revision table Mercurial changesets information, thus allowing Richard Liao plugin to work with Mercurial repositories. I'm sure there are other plugins out there that look for information in revision table, that hopefully will benefit from this. This is the plugin project's website: http://github.com/maraujop/TracMercurialChangesetPlugin I hope to get feedback from Trac's community for this plugin. I will be glad to fix any bugs found or discuss the code with you. I have to say that I thought about developing the plugin as a listener for built-in changeset command, but I decided to extend trac-admin with four different commands instead. I hope this helps to promote Trac use among Mercurial users. Porting the project to Git or others, should be a piece of cake. Thanks, best regards Miguel Araujo -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
