sapling/mercurial/hgweb
Siddharth Agarwal ca691a7bec annotate: introduce attr for storing per-line annotate data
We're going to extend this a bit -- at first by simply adding whether this was
a skipped child. We're well on our way to outgrowing tuples, though -- adding
more and more fields to tuples becomes annoying very quickly.

Differential Revision: https://phab.mercurial-scm.org/D898
2017-10-02 02:34:47 -07:00
..
__init__.py server: move service factory from hgweb 2016-10-15 14:09:36 +09:00
common.py python3: wrap all uses of <exception>.strerror with strtolocal 2017-08-22 20:03:07 -04:00
hgweb_mod.py configitems: register the 'web.stripes' config 2017-06-30 03:45:51 +02:00
hgwebdir_mod.py py3: remove use of str() in hgwebdir 2017-09-27 19:04:32 +09:00
protocol.py httppeer: add support for httppostargs when we're sending a file 2017-07-26 17:58:19 -04:00
request.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00
server.py hgweb: remove superfluous pass statements 2017-09-30 07:44:20 -04:00
webcommands.py annotate: introduce attr for storing per-line annotate data 2017-10-02 02:34:47 -07:00
webutil.py hgweb: use parsebool for parsing diff query string options 2017-10-01 12:29:33 +01:00
wsgicgi.py py3: replace os.environ with encoding.environ (part 3 of 5) 2016-12-18 01:54:36 +05:30