sapling/mercurial/hgweb
Ross Lagerwall efa6c8abd3 hgweb: avoid traceback when file or node parameters are missing
Previously, browsing to http://serv/diff would generate an internal
server error due to the file and node parameters being missing.
The same error also occurred for filelog, comparison and annotate.
2012-07-30 11:02:10 +02:00
..
__init__.py hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
common.py cleanup: "raise SomeException()" -> "raise SomeException" 2012-05-12 16:00:58 +02:00
hgweb_mod.py hgweb: use ui.nontty to disable all cooked I/O 2012-05-20 14:37:22 -05:00
hgwebdir_mod.py help: improve hgweb help 2012-06-21 12:50:15 +02:00
protocol.py wireproto: add out-of-band error class to allow remote repo to report errors 2011-08-02 15:21:10 -04:00
request.py globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__') 2011-07-25 15:30:19 -05:00
server.py pyflakes: clean up some import noise 2011-10-11 23:16:05 -05:00
webcommands.py hgweb: avoid traceback when file or node parameters are missing 2012-07-30 11:02:10 +02:00
webutil.py hgweb: avoid traceback when file or node parameters are missing 2012-07-30 11:02:10 +02:00
wsgicgi.py wsgicgi: use getattr instead of hasattr 2011-07-25 15:38:10 -05:00