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
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
Configure your .hgrc to enable the extension by adding following lines:
[extensions] ...