sapling/templates
Wojciech Milkowski 340ba8e86e tarball support v0.3
Hello,

I'm slowly improving support for tarballs in Mercurial. Attached patch
is made against current tip in Matt's repository - c582763bc7fd, and
contains everything done so far.

Changes:
- gzip and bzip2 tarballs are sent immediately without writing to
temporary files (I was wrong Matt, it can be done very easy)
- hgrc customization, you can choose which type (if any) you will support

There's no easy way to support compression levels, since TarFile open()
assume that it is 9. I tried to use gzopen(), and bz2open() methods
instead, but it seems that headers of generated archives, are missing or
wrong. We could eventually try to rewrite tarfile.py and include our own
version into Mercurial, but I don't know if it's good idea...

Wojtek
2005-08-26 20:51:34 -07:00
..
changelog-rss.tmpl hgweb: fix RSS and raw for new % scheme 2005-08-21 13:18:45 -07:00
changelog.tmpl hgweb: Changed changelog page to list format syntax 2005-08-17 21:45:44 -05:00
changelogentry-rss.tmpl Wrap RSS description in CDATA 2005-07-27 07:35:36 -08:00
changelogentry.tmpl [PATCH] Changelogentry template cleanup 2005-07-02 19:15:05 -08:00
changeset-raw.tmpl [PATCH 2/5]: cleaning the template parent management in hgweb 2005-07-02 12:31:32 -08:00
changeset.tmpl tarball support v0.3 2005-08-26 20:51:34 -07:00
fileannotate.tmpl hgweb: Changed annotate page to list format syntax 2005-08-17 22:03:28 -05:00
filediff-raw.tmpl hgweb: add template filters, template style maps, and raw pages 2005-05-31 21:10:10 -08:00
filediff.tmpl More IE friendly diff output related templates. 2005-07-10 16:14:28 -08:00
filelog-rss.tmpl hgweb: fix RSS and raw for new % scheme 2005-08-21 13:18:45 -07:00
filelog.tmpl hgweb: Changed file revision page to list format syntax 2005-08-17 22:08:15 -05:00
filelogentry-rss.tmpl Wrap RSS description in CDATA 2005-07-27 07:35:36 -08:00
filelogentry.tmpl Show nice short hashes in hgweb 2005-06-15 21:13:08 -08:00
filerevision-raw.tmpl hgweb: fix RSS and raw for new % scheme 2005-08-21 13:18:45 -07:00
filerevision.tmpl hgweb: Changed file page to list format syntax 2005-08-17 21:59:02 -05:00
footer.tmpl Prettify the web interface 2005-05-23 20:57:48 -08:00
header-raw.tmpl hgweb: add template filters, template style maps, and raw pages 2005-05-31 21:10:10 -08:00
header-rss.tmpl [PATCH] Add RSS support to hgweb 2005-07-03 13:32:59 -08:00
header.tmpl More IE friendly diff output related templates. 2005-07-10 16:14:28 -08:00
index.tmpl hgwebdir index: change "author" to "contact" 2005-08-26 13:59:14 -07:00
manifest.tmpl hgweb: Changed manifest page to list format syntax 2005-08-17 22:32:47 -05:00
map Add a multi-repository server 2005-08-19 16:38:25 -08:00
map-raw hgweb: add template filters, template style maps, and raw pages 2005-05-31 21:10:10 -08:00
map-rss Add web:style option 2005-08-21 15:00:02 -07:00
search.tmpl Add multiple keyword search to hgweb 2005-06-30 23:19:37 -08:00
tags.tmpl Added support for #foo%bar# syntax 2005-08-17 21:14:20 -05:00
template-vars.txt [PATCH 4/5]: cleaning the template parent management in hgweb 2005-07-03 12:29:37 -08:00