Mercurial history browsing

From CDOT Wiki
Revision as of 14:48, 24 September 2008 by Crulshorukh (talk | contribs) (Project Details)
Jump to: navigation, search

Project Name

Browser Based UI for Mercurial History Browsing

Project Description

We're just starting to use an exciting new distributed version control tool: Mercurial.

One of the exciting things about Mercurial is that the history—the list of all the changes that have ever been checked in—is not linear. It frequently has branches and merges. This is actually a good, important feature, as you know if you've read a little about distributed version control. The downside is that the history becomes a maze of twisty little passages. Benjamin Smedberg's demo shows the history of a repository with lots of merges (each box is a check-in; you can click on the boxes to move around).

There have been a couple attempts at showing history in an intuitive, graphical way. Mercurial comes with a web UI for browsing the repository, including history (here's what it looks like). It also comes with an "hg glog" extension that draws history as ASCII art, and an "hg view" extension that does roughly the same thing with a little GUI. Sadly, none of these applications qualifies as awesome.

Your mission is to rectify this sad situation by writing an awesome browser-based UI for navigating Mercurial repository history.

Resources: jorendorff, bsmedberg

Project Leader(s)

Siddharth Kalra

Project Contributor(s)

There are no contributors at this time

Project Details

September 23rd, 2008

  • Chat with jorendorff
1 We have to make sure you understand hg
2 we have to decide on some very small thing that you can get running very soon
3 we should talk it over and make sure it's clear how to do it
4 we should plan to meet up later and brainstorm some, once you've had a chance to play around with hg

Project News

September 18th, 2008

  • Picked the Mercurial History Browsing project

September 23rd, 2008

  • Chatted with jorendorff about starting on the project

September 23rd, 2008

  • Jorendorff made a blog post calling for ideas about the project

External Links

Other