sapling/mercurial/hgweb
2011-07-25 15:38:46 -05: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_mod: use safehasattr instead of hasattr 2011-07-25 16:27:08 -05:00
hgwebdir_mod.py hgweb: add a "web/logoimg" setting to customize the web logo image 2011-07-21 15:10:16 +02:00
protocol.py ui: use I/O descriptors internally 2011-06-08 01:39:20 +03:00
request.py globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__') 2011-07-25 15:30:19 -05:00
server.py hgweb: move remaining hasattr calls to safehasattr 2011-07-25 15:38:46 -05:00
webcommands.py hgweb: treat branch attribute closed' as more important than inactive' 2011-06-29 09:36:45 +02:00
webutil.py hgweb: move remaining hasattr calls to safehasattr 2011-07-25 15:38:46 -05:00
wsgicgi.py wsgicgi: use getattr instead of hasattr 2011-07-25 15:38:10 -05:00