Differences between revisions 1 and 2
Revision 1 as of 2010-07-05 22:16:25
Size: 805
Comment:
Revision 2 as of 2011-03-31 06:26:30
Size: 977
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Repositories:
 * [[http://bitbucket.org/alexandrul/tpager/|Bitbucket]]
 * [[http://tpager.codeplex.com/|CodePlex]]
Repository: https://bitbucket.org/alexandrul/tpager

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

Issues can be posted on [[https://bitbucket.org/alexandrul/tpager|Bitbucket]] or [[http://tpager.codeplex.com/|CodePlex]]
Line 12: Line 14:
Mercurial pager with color support on Windows. Mercurial pager with color support on Windows. It can't be used at the same time with the bundled pager extension.

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


CategoryExtension CategoryExtensionsByOthers

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