log mercurial/templater.py @ 5374:e710874247d1

age author description
Thu, 30 Aug 2007 16:42:17 +0200 Robert Bachmann Added support for the Atom syndication format
Tue, 03 Jul 2007 03:06:40 -0300 Alexis S. L. Carvalho hgweb: use lrwxrwxrwx as the permissions of a symlink
Tue, 10 Apr 2007 10:34:43 -0700 Brendan Cully Merge with crew-stable
Tue, 10 Apr 2007 12:24:28 -0500 TK Soh minor typo fix in templater's docstring
Sat, 16 Dec 2006 02:51:16 -0200 Alexis S. L. Carvalho merge with crew-stable
Sat, 16 Dec 2006 02:21:46 -0200 Alexis S. L. Carvalho templater.py: fix obfuscate
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall further simplify stringify
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templates: move changeset templating bits to cmdutils
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: changeset templater reorganization and optimizations
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: speed up changeset writes and stringify
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall changeset_templater: remove changes arg
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: simplify parsestring
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall template: fold template() into __call__, minor optimizations
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: simplify cache and remove filter argument in __call__
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: simplify template function
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: take cStringIO out of indent
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: remove cStringIO from stringify
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: remove cStringIO for fill
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: use str.decode in parse_string
Wed, 18 Oct 2006 18:09:32 +0200 Thomas Arendsen Hein Added extra changeset info to templater and map-cmdline.default.
Wed, 18 Oct 2006 17:58:51 +0200 Thomas Arendsen Hein Add new branch info to templater and use it in map-cmdline.default.
Wed, 11 Oct 2006 20:53:02 +0200 Thomas Arendsen Hein templater: Better exception for errors in foo%bar formatting.
Fri, 29 Sep 2006 18:17:29 -0700 Brendan Cully Templater expects an iterable copies variable (fixes notify).
Fri, 29 Sep 2006 13:01:19 -0700 Brendan Cully Show copies in hg log.
Sat, 12 Aug 2006 16:40:12 -0700 Vadim Gelfer remove localrepository.changes.
Fri, 21 Jul 2006 02:36:17 +0200 Brendan Cully Preserve multibyte UTF-8 characters when obfuscating.
Tue, 04 Jul 2006 15:36:05 -0700 Brendan Cully templater.firstline should handle empty strings
Fri, 30 Jun 2006 21:36:45 +0200 Thomas Arendsen Hein Merged WSGI fixes from http://hg.omnifarious.org/~hopper/webmerc/