Closed (works as designed)
Project:
Bot commit
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2010 at 19:16 UTC
Updated:
14 Feb 2011 at 19:00 UTC
I know Version Control API is not complete yet, but in the interest of not duplicating some functionality, you should consider it as an option. I think you can attach Actions to commit events with Trigger module, which would be a good start for what you're doing.
Comments
Comment #1
snufkin commentedThe thing is that this module doesn't really define the commit events, rather than just react to them. We use it mainly for handling post-receive calls, processing JSON payloads from github, or codebase. I don't really see how the VCS API could help in this.