Re: How to add another scmtool support?

2008-10-13 Thread David Trowbridge
Once it's working, we'll want to add it to the fixtures so people can easily select the repository type. Other than that, all you need to do is implement the SCMTool class. It's also useful to implement the client-side in post-review for most SCMs. Good luck, -David On Mon, Oct 13, 2008 at 12:0

Re: How to add another scmtool support?

2008-10-13 Thread Chris Clark
On 10/13/2008 8:38 AM, Jay wrote: > If I want to add another scmtool support, is it enough to add a new > file in scmtools folder like anotherscmtool.py which will implements > several classes and methold? Or any change in other module? > I can confirm that this is pretty much what you have to