sapling/mercurial/hgweb
Gregory Szorc 36f039b85b wireproto: rename argument to groupchunks()
groupchunks() is a generic "turn a file object into a generator"
function. It isn't limited to changegroups. Rename the argument
and update the docstring to reflect this.
2016-09-25 12:20:31 -07:00
..
__init__.py hgweb: make sure command options are set to all ui objects 2015-11-21 13:28:12 +09:00
common.py py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import 2016-07-13 23:38:29 +05:30
hgweb_mod.py hgweb: profile HTTP requests 2016-08-14 18:37:24 -07:00
hgwebdir_mod.py hgweb: profile HTTP requests 2016-08-14 18:37:24 -07:00
protocol.py wireproto: rename argument to groupchunks() 2016-09-25 12:20:31 -07:00
request.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00
server.py py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import 2016-07-13 23:38:29 +05:30
webcommands.py paper: make different blocks of annotated lines have different colors 2016-07-16 14:49:07 +08:00
webutil.py py3: convert to next() function 2016-05-16 21:30:53 +00:00
wsgicgi.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00