Tag Archives: Mercurial

Pushloghtml Should Show More Than 10 Entries, Working on v0.1 Release

Well as I stated in a previous blog post, one of my tasks for v0.1 release would be to make pushloghtml show more than 10 entries. Jorendorff, recommended that it show all the entries at once. Now, I took that … Continue reading

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

Applying a patch to a Repo using Mercurial

As I mentioned in a previous blog post, one of the features for my v0.1 release will be implementing a expand/collapse feature for pushloghtml. Well, turns out that ted has already started working on that. He’s already filed a bug … Continue reading

Posted in Mercurial Project, Open Source | Tagged , , , | 13 Comments

Getting pushloghtml Up and Running Part One

The past 2 days I have been struggling to get pushloghtml working. As I had mentioned in my previous post I needed 2 modules to do this, simplejson and pysqlite2. Turns out both of them are python libraries, which bsmedberg … Continue reading

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

Deciding on v0.1 Release

ETime is expeditiously approaching for me to decide on what I will be doing for my v0.1 release. The deadline is Oct 13th. As I mentioned on a previous post jorendorff had made a great blogpost on my project asking … Continue reading

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

Playing with Mercurial styles

As a sort of “Hello World” type of exercise jorendorff recommended that I play around with the styles in hgweb. I had 2 goals to achieve My mission is to get the gitweb_mozilla style working on my computer Then edit … Continue reading

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

Mercurial – Installation and beyond

I had a chat with the jorendorff today about what I need to do to get my Mercurial (aka hg) project rolling. He outlined the steps we should look to take… We have to make sure you understand hg We … Continue reading

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

Mozilla Developer Days Toronto

Last week Mozilla held a Developer Day conference at Seneca College. This brought various Mozilla developers from its Toronto and California offices to Seneca to talk about all things Mozilla. The conference lasted for the entirety of two days with … Continue reading

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

Mercurial, A Distributed Version Control System

Well, I’ve finally decided on my project for this open source course. I am happy to report that I will be working on Mercurial. For anyone that doesn’t know it is a Distributed Version Control Sytem (DVCS). Now if you … Continue reading

Posted in Open Source | Tagged , , , | 2 Comments