TPager

This extension is not distributed with Mercurial.

Author: Eduard Stefan

Repositories:

Overview

Mercurial pager with color support on Windows.

Configuration

.hgrc sample for Mercurial 1.6+ (please update the paths for your system):

[extensions]
hgext.color =

; Mercurial pager extension should be disabled
;hgext.pager =

; ~ is the %HOME% folder
tpager = ~/tpager.py

[color]
mode = ansi

[pager]
attend = annotate, cat, diff, export, glog, help, log, qdiff, status, tip
hg16mode = yes

; full path to the executable
pager = D:\Tools\Less\less.exe -FSRX


CategoryExtension CategoryExtensionsByOthers