Nicelog

Draw a nice revision graph in terminal. Nicer than GraphlogExtension does.

1. Status

This extension is not distributed with Mercurial.

Author: Yuriy Syrovetskiy

Repository: https://bitbucket.org/cblp/mercurial-nicelog

Web page: https://bitbucket.org/cblp/mercurial-nicelog

2. Overview

2.1. Installation

Download/clone nicelog.py and edit your hgrc

[extensions]
nicelog = ~/path/to/nicelog.py

2.2. Running

$ hg nicelog

or edit your hgrc ('g' for 'graph'):

[alias]
g = nicelog

and then

$ hg g

3. Configuration

Recommended configuration:

[nicelog]
colorize = true
use_unicode_marks = true
graph_text_delimiter = \t

4. See also


CategoryExtensionsByOthers

NicelogExtension (last edited 2014-03-28 16:10:06 by YuriySyrovetskiy)