sapling/mercurial/hgweb
Steven Brown d6246b1341 web: provide diff summary to the changeset page
This is the same message displayed at the end of the "diff --stat" command.
For example, "9 files changed, 1651 insertions(+), 2 deletions(-)".

The webutil.diffstatgen function allows the diffstat data to be lazily
calculated only once and then re-used.
2011-06-11 21:11:43 +08:00
..
__init__.py hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
common.py hgweb: initialize permhooks at definition time 2011-04-30 13:47:22 +02:00
hgweb_mod.py hgweb: support disabling page cache 2011-04-20 00:01:50 -04:00
hgwebdir_mod.py url: move URL parsing functions into util to improve startup time 2011-04-30 09:43:20 -07:00
protocol.py check-code: flag 0/1 used as constant Boolean expression 2011-06-01 12:38:46 +02:00
request.py hgweb: pmezard thinks one default is enough 2011-03-12 16:00:54 +01:00
server.py httprepo: long arguments support (issue2126) 2011-05-01 01:04:37 +08:00
webcommands.py web: provide diff summary to the changeset page 2011-06-11 21:11:43 +08:00
webutil.py web: provide diff summary to the changeset page 2011-06-11 21:11:43 +08:00
wsgicgi.py rename util.set_binary to setbinary 2011-05-06 15:25:35 +02:00