catchable by gimmicks
The Kephra rewrite is doing very well, expect some great revelations even for Wx programming in genereal. But today i just want to rant about bibucket, which hosts my hg repo for most of my projects. I mean i like mercurial better then git, or should I say liked. the more I learn about the raw awesome power of git the more I find it perlish. But surprisingly what bit me just today is that bitbucket doesn't have this nice graphs. I just underestimated how motivating they can be.
With apologies to Larry, the biggest reason for git/GitHub is the fork/pull-request model of contribution. The patch-email model is hard enough to prevent casual contribution. The reason that git allows this model is its amazing ability to merge, usually seemlessly. The GitHub interface to doing this automatically is extra-special sugar. While I have no experience with hg and only a little on bzr, I highly recommend trying out git/GitHub for your next small project, just to try it out!
your right but thats was not my point since hg and bitbucket have these features too. my post was about how much the icing on top i.e. the nice statistics graphs can influence the fun I have on my project.
Hm, although I never find the graphs to be that important for motivation, I can understand. You could always still use hg + bitbucket, and mirror your repos on github.
Meh. This is totally doable with Chart::Clicker. I'll hack something up this afternoon on the train.
OK, there's the beginnings of a solution here... https://bitbucket.org/tobyink/p5-app-hgchart
Will be looking forward to a clickable demo :)
thanks a lot toby, maybe i can wrap the clinkable around it.