== 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 [[https://bitbucket.org/alexandrul/tpager|Bitbucket]] or [[http://tpager.codeplex.com/|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