Tag Archives: Mercurial

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 Getting Merge Changesets to Display Properly for bug 459727

I’ve been working hard to make merge changesets display properly OnScrollDown for bug 459727. They weren’t appearing at all before since I didn’t implement any code for them. I started to work on doing so but I ran into a … Continue reading

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

v0.2 Release – Concerning the Chronological Order for bug 459727

Currently the pushlog loads entries in reverse chronological order (the latest entries are shown on top instead of on the bottom). I want to maintain this functionality for the new entries that are loaded OnScroll. For my current implementation this … Continue reading

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

v0.2 Release – On Initial PageLoad show 20 entries instead of 10 for bug 459727

Currently if you have a look at the pushlog on the initial PageLoad only 10 entries are shown. I’ve decided that I want the pushlog to initially show 20 entries instead of 10. There are 2 reasons for this, let … 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

Looking Forward to v0.2 Release

The date for my v0.2 Release is approaching rapidly and it’s time that I decide on what exactly I will be working on. After a good bit of thought I have decided that my best option is to work on … 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