Differences between revisions 2 and 3
Revision 2 as of 2011-03-31 06:26:30
Size: 977
Comment:
Revision 3 as of 2012-07-02 15:32:53
Size: 959
Comment:
Deletions are marked like this. Additions are marked like this.
Line 41: Line 41:
CategoryExtension CategoryExtensionsByOthers CategoryExtensionsByOthers

TPager

This extension is not distributed with Mercurial.

Author: Eduard Stefan

Repository: https://bitbucket.org/alexandrul/tpager

Backup: https://hg01.codeplex.com/tpager

Issues can be posted on Bitbucket or CodePlex

Overview

Mercurial pager with color support on Windows. It can't be used at the same time with the bundled pager extension.

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


CategoryExtensionsByOthers

TpagerExtension (last edited 2012-07-02 15:32:53 by EduardCristianStefan)