Tag Archives: Mercurial

Some Reflections on The Open Source Course

Regular classes for this semester have finally come to an end which means that the open source course for this semester has also reached the finish line. This is the first time I’ve taken such a course. I think it … Continue reading

Posted in Mercurial Project, Open Source | Tagged , , | Leave a comment

v0.3 Release Complete!

My v0.3 release has finally come to an end along with the course. Throughout this release I have put out a total of 7 patches spread over 3 bugs and wrote 13 blog posts (not including this one). I have … Continue reading

Posted in Fitness Journal, Mercurial Project | Tagged , , | Leave a comment

v0.3 Release – Fixing the Problems with my Patch for bug 459727

I’ve been busy trying to fix problems that had arised regarding the patch I submitted for bug 459727. All that is being done right now is fixing various small problems but the overall functionality remains the same. So the following … Continue reading

Posted in Mercurial Project, Open Source | Tagged , , , , , , , , | Leave a comment

v0.3 Release – 1st Iteration of the Graph View

I’ve been working hard trying to get the graph view working for the gitweb_mozilla template. Earlier, I documented the problems I was having. That is all resolved now and I’m moving on to bigger and better things. So my goal was … Continue reading

Posted in Mercurial Project, Open Source | Tagged , , , , , , | 1 Comment

v0.3 Release – A Problem with Getting data for the Graph View

hgweb has a graph function found in mercurial/hgweb/webcommands.py which returns a template. It also returns a variable called jsdata which contains all information that I want to display on the page along with the graph. Now, my problem was that … Continue reading

Posted in Mercurial Project, Open Source | Tagged , , , | Leave a comment

v0.3 Release – Understanding djc’s Graph View

I’m starting work on a graph view for the pushlog. Frankly, I didn’t know where to begin since I have never really done anything like this before, then again I could say the same thing about the whole project. After … Continue reading

Posted in Mercurial Project, Open Source | Tagged , , , , , , , , , , | Leave a comment

v0.3 Release – Fix for my Patch for bug 445560

In a previous blog post I detailed problems with my previous patch for bug 445560. There were 2 problems that ted identified which need to be fixed: Should use ids instead of dates Should store unique identifiers in the class … Continue reading

Posted in Mercurial Project, Open Source | Tagged , , , , , , | Leave a comment

v0.3 Release – Problem with my Patch for bug 445560

I had a discussion with ted today relating to my patch for bug 445560 for the pushlog. There seems to be a slight problem with it. When there are 2 merges on one page, if one clicks the second expand … Continue reading

Posted in Mercurial Project, Open Source | Tagged , , , , , , | Leave a comment

Looking Forward to v0.3 Release

The end of the semester is approaching fast and so the due of my  v0.3 release. I’ve had a talk with jorendorff about what I should do for my next release. We discussed working on the ability to filter by … Continue reading

Posted in Mercurial Project, Open Source | Tagged , , , , , , | Leave a comment

v0.2 Complete

“Takes a deep breath” Well, I’ve finally completed my v0.2 release. I have to say that it has been tough and grueling. Throughout this period I have struggled to get things done countless times. I’ve hit the proverbial brick wall … Continue reading

Posted in Mercurial Project, Open Source | Tagged , , , , , | Leave a comment