On Mon, 7 Dec 2015 16:59:15 -0500, Jérôme Godbout wrote:
> I would like to know what is the best way to create a TortoiseHg
> extension/plugin to add some functionalities.
> 
> I was hoping to call my application with the selected revision set with
> contextual menu for example. I'm looking to integrate our issues tracking,
> code review and other services from TortoiseHg to help our developer launch
> something direclty from redmine.
> 
> Is that even possible?
> 
> I already created a small tools in python that can do this, I just would
> like to call him from TortoiseHg (button, contextual menu or others). Is
> there any documentation to do this? I could not find anything.

Perhaps you can use the customtools, Settings -> Tools. There are no docs but
the dialog has long tooltips.

You could hook Python functions in the same way as the Mercurial extension,
but the internal APIs are unstable and undocumented.

Regards,

------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Tortoisehg-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to