#pragma section-numbers 2 = Nicelog = Draw a nice revision graph in terminal. Nicer than GraphlogExtension does. <> == 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 == Overview == === Installation === Download/clone `nicelog.py` and edit your `hgrc` {{{ [extensions] nicelog = ~/path/to/nicelog.py }}} === Running === {{{ $ hg nicelog }}} or edit your `hgrc` ('g' for 'graph'): {{{ [alias] g = nicelog }}} and then {{{ $ hg g }}} == Configuration == Recommended configuration: {{{ [nicelog] colorize = true use_unicode_marks = true graph_text_delimiter = \t }}} == See also == ---- CategoryExtensionsByOthers