Difference between revisions of "Mercurial history browsing"

From CDOT Wiki
Jump to: navigation, search
(Project Bugs)
(Project Details)
Line 122: Line 122:
  
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
!align="left" style="background-color:#3399FF; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| v0.1 Release Details
+
!align="left" style="background-color:Orange; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| v0.1 Release Details
 
|-
 
|-
 
|
 
|
Line 134: Line 134:
  
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
!align="left" style="background-color:#3399FF; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| v0.2 Release Details ([http://blog.sidkalra.com/2008/11/looking-forward-to-v02-release/ More Information]) ([http://blog.sidkalra.com/2008/11/v02-complete/ Final result])
+
!align="left" style="background-color:Orange; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| v0.2 Release Details ([http://blog.sidkalra.com/2008/11/looking-forward-to-v02-release/ More Information]) ([http://blog.sidkalra.com/2008/11/v02-complete/ Final result])
 
|-
 
|-
 
|
 
|
Line 152: Line 152:
  
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
!align="left" style="background-color:#3399FF; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''v0.3 Release Details''' ([http://blog.sidkalra.com/2008/11/looking-forward-v03-release/ View here])
+
!align="left" style="background-color:Orange; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''v0.3 Release Details''' ([http://blog.sidkalra.com/2008/11/looking-forward-v03-release/ View here])
 
|-
 
|-
 
|
 
|
Line 185: Line 185:
  
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
!align="left" style="background-color:#3399FF; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''v0.4 Release Details'''
+
!align="left" style="background-color:Orange; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''v0.4 Release Details'''
 
|-
 
|-
 
|
 
|
Line 235: Line 235:
  
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
!align="left" style="background-color:#3399FF; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''v0.5 Release Details'''
+
!align="left" style="background-color:Orange; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''v0.5 Release Details'''
 
|-
 
|-
 
|
 
|
Line 272: Line 272:
 
|}
 
|}
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
!align="left" style="background-color:#3399FF; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''v0.6 Release Details ([http://blog.sidkalra.com/2009/02/v06-release-complete/ View Detailed Info])'''
+
!align="left" style="background-color:Orange; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''v0.6 Release Details ([http://blog.sidkalra.com/2009/02/v06-release-complete/ View Detailed Info])'''
 
|-
 
|-
 
|
 
|
Line 321: Line 321:
  
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
!align="left" style="background-color:#3399FF; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''v0.7 Release Details ([http://blog.sidkalra.com/2009/03/v07-release-goals/ Detailed Info])'''
+
!align="left" style="background-color:Orange; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''v0.7 Release Details ([http://blog.sidkalra.com/2009/03/v07-release-goals/ Detailed Info])'''
 
|-
 
|-
 
|
 
|

Revision as of 12:35, 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