On Donnerstag, 17. Januar 2008, Darren Dale wrote:
> I am starting to use mercurial at work, and one of the OS projects I
> contribute to will be switching to mercurial in the near future as well.
> How much effort would it be to write a plugin for hg support, and is there
> a starting point or a core API that I would need to target?
>
> Thanks,
> Darren
> _______________________________________________
> Eric mailing list
> Eric@riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/eric

I'd recommend to use the PySvn VCS plugin as an example for a VCS plugin. You 
must implement all methods starting with vcs (see subversion.py) and the 
modules ProjectHelper.py and ProjectBrowserHelper.py. Feel free to ask (per 
private mail) if you are having problems.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]
_______________________________________________
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to