Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2009-05-19 19:31:01
Size: 657
Editor: localhost
Comment: converted to 1.6 markup
Revision 5 as of 2012-02-15 22:17:52
Size: 661
Editor: ks3095497
Comment: Download location is a repository.
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download site: http://bitbucket.org/djc/jinja2-templater/ Repository: http://bitbucket.org/djc/jinja2-templater/
Line 23: Line 23:
Line 25: Line 24:
CategoryExtension CategoryExtensionsByOthers

jinja2-templater

This extension is not distributed with Mercurial.

Author: Dirkjan Ochtman

Repository: http://bitbucket.org/djc/jinja2-templater/

Overview

This extension allows you to use Jinja2's templating syntax in templates for Mercurial (should work for command line and hgweb alike).

The extension requires a very recent snapshot of Mercurial, d8c5a7f25a40 or later. Report any issues on Bitbucket, please.

Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
jinja2 = ~/src/jinja2ext/jinja2templater.py


CategoryExtensionsByOthers

Jinja2Extension (last edited 2012-02-15 22:17:52 by ks3095497)