We have a code review process that is tightly tied into our git workflow. Right now, it is the primary reason I have to leave egg when interacting with my projects. My natural thought is to extend egg (in particular, the log buffer) to support it.
This got me thinking about extensions in general, which made me wonder a couple things: is there value in building a more generic extension mechanism to egg's log buffer (essentially allowing you to build a refspec and run something based on it)? If there is, where would be a good place to start?
We have a code review process that is tightly tied into our git workflow. Right now, it is the primary reason I have to leave egg when interacting with my projects. My natural thought is to extend egg (in particular, the log buffer) to support it.
This got me thinking about extensions in general, which made me wonder a couple things: is there value in building a more generic extension mechanism to egg's log buffer (essentially allowing you to build a refspec and run something based on it)? If there is, where would be a good place to start?