sapling/mercurial/hgweb
Yuya Nishihara e75a42ecc9 dagop: move blockancestors() and blockdescendants() from context
context.py seems not a good place to host these functions.

  % wc -l mercurial/context.py mercurial/dagop.py
    2306 mercurial/context.py
     424 mercurial/dagop.py
    2730 total
2017-02-19 19:37:14 +09:00
..
__init__.py server: move service factory from hgweb 2016-10-15 14:09:36 +09:00
common.py hgweb: use context manager for file I/O 2017-03-31 22:30:38 -07:00
hgweb_mod.py profile: drop maybeprofile 2017-06-09 12:29:29 +01:00
hgwebdir_mod.py profile: drop maybeprofile 2017-06-09 12:29:29 +01:00
protocol.py protocol: send application/mercurial-0.2 responses to capable clients 2016-12-24 15:29:32 -07:00
request.py hgweb: use absolute_import 2015-10-31 22:07:40 +09:00
server.py py3: replace os.name with pycompat.osname (part 1 of 2) 2016-12-19 00:16:52 +05:30
webcommands.py dagop: move blockancestors() and blockdescendants() from context 2017-02-19 19:37:14 +09:00
webutil.py mdiff: add a hunkinrange helper function 2017-04-01 12:24:59 +02:00
wsgicgi.py py3: replace os.environ with encoding.environ (part 3 of 5) 2016-12-18 01:54:36 +05:30