Difference between revisions of "Mercurial history browsing"

From CDOT Wiki
Jump to: navigation, search
(Project Details)
(Project Bugs)
Line 769: Line 769:
 
* [https://bugzilla.mozilla.org/show_bug.cgi?id=445560 bug 445560 - html pushlog should fold merge changesets into one line]
 
* [https://bugzilla.mozilla.org/show_bug.cgi?id=445560 bug 445560 - html pushlog should fold merge changesets into one line]
 
* [https://bugzilla.mozilla.org/show_bug.cgi?id=448707 bug 448707 - display files in pushlog]
 
* [https://bugzilla.mozilla.org/show_bug.cgi?id=448707 bug 448707 - display files in pushlog]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=468089 bug 468089 - pushlog should have a graph view]
+
* [https://bugzilla.mozilla.org/show_bug.cgi?id=468089 bug 468089 - pushlog should have a graph view]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=459823 bug 459823 - hg annotate output on hgweb is painfully slow]
+
* [https://bugzilla.mozilla.org/show_bug.cgi?id=459823 bug 459823 - hg annotate output on hgweb is painfully slow]
 +
* [https://bugzilla.mozilla.org/show_bug.cgi?id=471321 bug 471321 - Needs for an UI to run changeset queries ]
  
 
== External Links ==
 
== External Links ==

Revision as of 09:32, 26 March 2009

Project Name

Adding Functionality to the Browser Based UI for Mercurial History Browsing, hgweb

Project Description

Mozilla is 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.

The project's goal 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)

  • Tiago Moreira

Project Mentors

  • Jason Ordendorff (jorendorff)
  • Dirkjan Ochtman (djc)
  • Ted Mielczarek (ted)
  • Benjamin Smedberg (bsmedberg)

Project Ideas

September 23rd, 2008

January 15th, 2009

Project Details

Project News

Project Bugs

External Links