Differences between revisions 1 and 2
Revision 1 as of 2009-01-06 21:09:05
Size: 1227
Editor: AkshayDayal
Comment:
Revision 2 as of 2009-01-06 21:10:40
Size: 1324
Editor: AkshayDayal
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:

To see a demo of the functionality visit: [http://sonichg.zspin.com/hgview.cgi/projdemo/]
Line 24: Line 26:
Configure your .hgrc to enable the extension by adding following lines:
Line 26: Line 27:
{{{
[extensions]
...
}}}
For instructions on how to install & use SonicHg look at: [http://kenai.com/projects/sonichg/pages/Home]

Extension Name

This extension is/is not distributed with Mercurial.

Author: Akshay Dayal <akshay.dayal@sun.com>

Download site: [http://kenai.com/projects/sonichg/pages/Home]

Overview

To see a demo of the functionality visit: [http://sonichg.zspin.com/hgview.cgi/projdemo/]

SonicHg is a mercurial extension that provides the following functionality:

  • Log pushes made over SSH
    • what commits are part of each push, which ssh username did the push, etc
  • View pushlog using the gitweb_sonic template
    • You can browse through the pushlog history with a scroller which is easy to use
    • The URLs of the pushlog are permanent - they do not change over time and hence can be emailed around
    • Also commits starting with the case-insentive word "merge" will be in red
  • You have the ability to search through the pushlog using date, push SSH name, and various other parameters
  • The shortlog page was updated to use a scoller as well and show the commit numbers on the left
    • Also commits starting with the case-insentive word "merge" will be in red

Configuration

For instructions on how to install & use SonicHg look at: [http://kenai.com/projects/sonichg/pages/Home]


CategoryExtension

SonicHgExtension (last edited 2012-11-11 12:56:52 by abuehl)