Tag Archives: Python

v0.2 Release – Getting the Correct Chronological Order for bug 459727

Throughout my entire time working on a v0.2 release I haven’t been able to get the correct choronological order (it should be reverse chronological order) for the new entries that load OnScroll. This is an essential part of the pushlog … Continue reading

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

v0.2 Release – Showing the Correct Author Name for bug 459727

My v0.2 for the pushlog is coming along at a steady pace. There are still some problems but hopefully I will have them solved soon. Right now, the following is how new entries look like OnScrollDown: http://sidkalra.com/files/mercurial/improvedPushlog2.png Now have a … Continue reading

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

v0.2 Release – Show Files Touched by a Changeset in the Pushlog

As part of my v0.2 release I wanted to fix bug 448707. It is aparently a very desired feature by the community. Adding this featue definitely makes it easier to immediately find out which files were touched while right now … Continue reading

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

v0.2 Release – Fix to the Current Patch for bug 445560

One month ago ted put up a patch to fix bug 445560 to implement expand/collapse functionality for merge changesets for the pushlog. The patch works properly except for one issue. When a user clicks on a particular [Expand] link it … Continue reading

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

A Puzzling Problem with ctx.parents()[i].description()

I’m using a JSON script to pass data from the server side (written in Python) to the client side (in JavaScript) so that I can format the data and show it on the pushlog onScroll. I’m trying to add functionality … Continue reading

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

Further Progress with pushloghtml’s OnScroll Feature

I’ve been working hard on bug 459727 to get it working. Right now it’s starting to look like it should but there are still some problems that need to be fixed. var start = -19; var end = start + 19; … Continue reading

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

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

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